#37011B

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

Shades of Blackberry #37011B

Tints of Blackberry #37011B

Color information

#37011B (or 0x37011B) is unknown color: approx Blackberry. HEX triplet: 37, 01 and 1B. RGB value is (55,1,27). Sum of RGB (Red+Green+Blue) = 55+1+27=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #37011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37011B is #C8FEE4. Grayscale: #141414. Windows color (decimal): -13172453 or 1769783. OLE color: 1769783.

HSL color Cylindrical-coordinate representation of color #37011B: hue angle of 331.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37011B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB55127-
CMYK00.980.510.78
HSL331.11º96.43%10.98%-
HSV(B)331.11º98.18%21.57%-
XYZ1.780.911.12-
YUV20.11131.89152.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=66.27%
G=1.20%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5512700.980.510.78331.1196.4310.98
Hex3711B062334E14b60b
Octal6713301426311651314013
Binary11011111101101100010110011100111010100101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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