#37152C

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

Shades of Blackberry #37152C

Tints of Blackberry #37152C

Color information

#37152C (or 0x37152C) is unknown color: approx Blackberry. HEX triplet: 37, 15 and 2C. RGB value is (55,21,44). Sum of RGB (Red+Green+Blue) = 55+21+44=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37152C is #C8EAD3. Grayscale: #212121. Windows color (decimal): -13167316 or 2889015. OLE color: 2889015.

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

Color convert

RGB552144-
CMYK00.620.20.78
HSL319.41º44.74%14.9%-
HSV(B)319.41º61.82%21.57%-
XYZ2.31.532.56-
YUV33.79133.76143.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=45.83%
G=17.5%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55214400.620.20.78319.4144.7414.9
Hex37152C03E144E13f2df
Octal672554076241164775517
Binary1101111010110110001111101010010011101001111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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