#37002C

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

Shades of Blackberry #37002C

Tints of Blackberry #37002C

Color information

#37002C (or 0x37002C) is unknown color: approx Blackberry. HEX triplet: 37, 00 and 2C. RGB value is (55,0,44). Sum of RGB (Red+Green+Blue) = 55+0+44=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #37002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37002C is #C8FFD3. Grayscale: #151515. Windows color (decimal): -13172692 or 2883639. OLE color: 2883639.

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

Color convert

RGB55044-
CMYK010.20.78
HSL312º100%10.78%-
HSV(B)312º100%21.57%-
XYZ2.030.992.47-
YUV21.46140.72151.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55044010.20.7831210010.78
Hex3702C064144E13864b
Octal6705401442411647014413
Binary11011101011000110010010100100111010011100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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