#37052C

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

Shades of Blackberry #37052C

Tints of Blackberry #37052C

Color information

#37052C (or 0x37052C) is unknown color: approx Blackberry. HEX triplet: 37, 05 and 2C. RGB value is (55,5,44). Sum of RGB (Red+Green+Blue) = 55+5+44=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37052C is #C8FAD3. Grayscale: #181818. Windows color (decimal): -13171412 or 2884919. OLE color: 2884919.

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

Color convert

RGB55544-
CMYK00.910.20.78
HSL313.2º83.33%11.76%-
HSV(B)313.2º90.91%21.57%-
XYZ2.081.12.49-
YUV24.4139.06149.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=52.88%
G=4.81%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5554400.910.20.78313.283.3311.76
Hex3752C05B144E13953c
Octal6755401332411647112314
Binary1101111011011000101101110100100111010011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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