#37031B

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

Shades of Blackberry #37031B

Tints of Blackberry #37031B

Color information

#37031B (or 0x37031B) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 1B. RGB value is (55,3,27). Sum of RGB (Red+Green+Blue) = 55+3+27=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #37031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37031B is #C8FCE4. Grayscale: #151515. Windows color (decimal): -13171941 or 1770295. OLE color: 1770295.

HSL color Cylindrical-coordinate representation of color #37031B: hue angle of 332.31º 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 #37031B is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB55327-
CMYK00.950.510.78
HSL332.31º89.66%11.37%-
HSV(B)332.31º94.55%21.57%-
XYZ1.810.961.13-
YUV21.28131.23152.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 64.71%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=64.71%
G=3.53%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5532700.950.510.78332.3189.6611.37
Hex3731B05F334E14c5ab
Octal6733301376311651413213
Binary110111111101101011111110011100111010100110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37031B; }

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

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

<style>
 a { background-color: #37031B; }

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

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

<style>
 span { border-color: #37031B; }

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

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