#37041B

Color #37041B Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #37041B

Tints of Blackberry #37041B

Color information

#37041B (or 0x37041B) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 1B. RGB value is (55,4,27). Sum of RGB (Red+Green+Blue) = 55+4+27=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #37041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37041B is #C8FBE4. Grayscale: #151515. Windows color (decimal): -13171685 or 1770551. OLE color: 1770551.

HSL color Cylindrical-coordinate representation of color #37041B: hue angle of 332.94º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37041B is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB55427-
CMYK00.930.510.78
HSL332.94º86.44%11.57%-
HSV(B)332.94º92.73%21.57%-
XYZ1.820.981.13-
YUV21.87130.9151.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.95%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=63.95%
G=4.65%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5542700.930.510.78332.9486.4411.57
Hex3741B05D334E14d56c
Octal6743301356311651512614
Binary1101111001101101011101110011100111010100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37041B; }

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

 H1.HeaderClassName
 {
   color: #37041B;
 }
 .AnyTagClassName
 {
   color: #37041B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #37041B;
 }
 .BgClassName
 {
   background-color: #37041B;
 }
</style>
border-color css

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

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

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