#37032C

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

Shades of Blackberry #37032C

Tints of Blackberry #37032C

Color information

#37032C (or 0x37032C) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 2C. RGB value is (55,3,44). Sum of RGB (Red+Green+Blue) = 55+3+44=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37032C is #C8FCD3. Grayscale: #171717. Windows color (decimal): -13171924 or 2884407. OLE color: 2884407.

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

Color convert

RGB55344-
CMYK00.950.20.78
HSL312.69º89.66%11.37%-
HSV(B)312.69º94.55%21.57%-
XYZ2.061.062.48-
YUV23.22139.73150.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=53.92%
G=2.94%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5534400.950.20.78312.6989.6611.37
Hex3732C05F144E1395ab
Octal6735401372411647113213
Binary110111111011000101111110100100111010011100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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