#37162C

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

Shades of Blackberry #37162C

Tints of Blackberry #37162C

Color information

#37162C (or 0x37162C) is unknown color: approx Blackberry. HEX triplet: 37, 16 and 2C. RGB value is (55,22,44). Sum of RGB (Red+Green+Blue) = 55+22+44=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37162C is #C8E9D3. Grayscale: #222222. Windows color (decimal): -13167060 or 2889271. OLE color: 2889271.

HSL color Cylindrical-coordinate representation of color #37162C: hue angle of 320º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37162C is Cyan = 0, Magento = 0.6, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB552244-
CMYK00.60.20.78
HSL320º42.86%15.1%-
HSV(B)320º60%21.57%-
XYZ2.321.572.56-
YUV34.38133.43142.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55224400.60.20.7832042.8615.1
Hex37162C03C144E1402bf
Octal672654074241165005317
Binary1101111011010110001111001010010011101010000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,22,44); }

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

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

 a { background-color: rgb(55,22,44); }

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

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

 span { border-color: rgb(55,22,44); }

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