Html Css Color HEX #371A28 Blackberry

📋 copy color: '#371A28'

red 55 ◦ green 26 ◦ blue 40

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

Shades of Blackberry #371A28

Tints of Blackberry #371A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.49%

 BLUE value IS 40 (16.02% from 255) = 33.06%

R = 45.45%
G = 21.49%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#371A28 (or 0x371A28) is known color: Blackberry. HEX triplet: 37, 1A and 28. RGB value is (55,26,40). Sum of RGB (Red+Green+Blue) = 55+26+40=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A28 is #C8E5D7. Grayscale: #242424. Windows color (decimal): -13166040 or 2628151. OLE color: 2628151.

HSL color Cylindrical-coordinate representation of color #371A28: hue angle of 331.03º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #371A28 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 26 40 -
CMYK 0 0.53 0.27 0.78
HSL 331.03º 0.36% 0.16% -
HSV(B) 331.03º 0.53% 0.22% -
XYZ 2.33 1.7 2.21 -
YUV 36.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 55 26 40 0 0.53 0.27 0.78 331.03 0.36 0.16
Hex 37 1A 28 0 35 1B 4E 14B 24 10
Octal 67 32 50 0 65 33 116 513 44 20
Binary 110111 11010 101000 0 110101 11011 1001110 101001011 100100 10000

Color Harmonies of #371A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A28

Black with #371A28

Text Example


Text Example

White with #371A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371A28; }

 p { color: rgb(55,26,40); }

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

background-color css

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

 a { background-color: rgb(55,26,40); }

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

border-color css

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

 span { border-color: rgb(55,26,40); }

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