#37041C

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

Shades of Blackberry #37041C

Tints of Blackberry #37041C

Color information

#37041C (or 0x37041C) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 1C. RGB value is (55,4,28). Sum of RGB (Red+Green+Blue) = 55+4+28=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37041C is #C8FBE3. Grayscale: #151515. Windows color (decimal): -13171684 or 1836087. OLE color: 1836087.

HSL color Cylindrical-coordinate representation of color #37041C: hue angle of 331.76º 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 #37041C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB55428-
CMYK00.930.490.78
HSL331.76º86.44%11.57%-
HSV(B)331.76º92.73%21.57%-
XYZ1.830.981.19-
YUV21.98131.4151.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=63.22%
G=4.60%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5542800.930.490.78331.7686.4411.57
Hex3741C05D314E14c56c
Octal6743401356111651412614
Binary1101111001110001011101110001100111010100110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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