Html Css Color HEX #371B28 Blackberry

📋 copy color: '#371B28'

red 55 ◦ green 27 ◦ blue 40

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

Shades of Blackberry #371B28

Tints of Blackberry #371B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.13%

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

R = 45.08%
G = 22.13%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#371B28 (or 0x371B28) is known color: Blackberry. HEX triplet: 37, 1B and 28. RGB value is (55,27,40). Sum of RGB (Red+Green+Blue) = 55+27+40=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B28 is #C8E4D7. Grayscale: #242424. Windows color (decimal): -13165784 or 2628407. OLE color: 2628407.

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

Color convert

RGB 55 27 40 -
CMYK 0 0.51 0.27 0.78
HSL 332.14º 0.34% 0.16% -
HSV(B) 332.14º 0.51% 0.22% -
XYZ 2.35 1.75 2.22 -
YUV 36.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 55 27 40 0 0.51 0.27 0.78 332.14 0.34 0.16
Hex 37 1B 28 0 33 1B 4E 14C 22 10
Octal 67 33 50 0 63 33 116 514 42 20
Binary 110111 11011 101000 0 110011 11011 1001110 101001100 100010 10000

Color Harmonies of #371B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B28

Black with #371B28

Text Example


Text Example

White with #371B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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