Html Css Color HEX #371129 Blackberry

📋 copy color: '#371129'

red 55 ◦ green 17 ◦ blue 41

#371129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #371129

Tints of Blackberry #371129

RGB

 RED value IS 55 (21.88% from 255) = 48.67%

 GREEN value IS 17 (7.03% from 255) = 15.04%

 BLUE value IS 41 (16.41% from 255) = 36.28%

R = 48.67%
G = 15.04%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#371129 (or 0x371129) is known color: Blackberry. HEX triplet: 37, 11 and 29. RGB value is (55,17,41). Sum of RGB (Red+Green+Blue) = 55+17+41=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371129 is #C8EED6. Grayscale: #1F1F1F. Windows color (decimal): -13168343 or 2691383. OLE color: 2691383.

HSL color Cylindrical-coordinate representation of color #371129: hue angle of 322.11º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371129 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 41 -
CMYK 0 0.69 0.25 0.78
HSL 322.11º 0.53% 0.14% -
HSV(B) 322.11º 0.69% 0.22% -
XYZ 2.18 1.37 2.25 -
YUV 31.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 55 17 41 0 0.69 0.25 0.78 322.11 0.53 0.14
Hex 37 11 29 0 45 19 4E 142 35 E
Octal 67 21 51 0 105 31 116 502 65 16
Binary 110111 10001 101001 0 1000101 11001 1001110 101000010 110101 1110

Color Harmonies of #371129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371129

Black with #371129

Text Example


Text Example

White with #371129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371129; }

 p { color: rgb(55,17,41); }

 H1.HeaderClassName
 {
   color: #371129;
 }
 .AnyTagClassName
 {
   color: #371129;
 }
</style>

background-color css

<style>
 a { background-color: #371129; }

 a { background-color: rgb(55,17,41); }

 div.DivClassName
 {
   background-color: #371129;
 }
 .BgClassName
 {
   background-color: #371129;
 }
</style>

border-color css

<style>
 span { border-color: #371129; }

 span { border-color: rgb(55,17,41); }

 td.TdClassName
 {
   border-color: #371129;
 }
 .TagClassName
 {
   border-color: #371129;
 }
</style>