#37051F

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

Shades of Blackberry #37051F

Tints of Blackberry #37051F

Color information

#37051F (or 0x37051F) is unknown color: approx Blackberry. HEX triplet: 37, 05 and 1F. RGB value is (55,5,31). Sum of RGB (Red+Green+Blue) = 55+5+31=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37051F is #C8FAE0. Grayscale: #161616. Windows color (decimal): -13171425 or 2032951. OLE color: 2032951.

HSL color Cylindrical-coordinate representation of color #37051F: hue angle of 328.8º 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 #37051F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB55531-
CMYK00.910.440.78
HSL328.8º83.33%11.76%-
HSV(B)328.8º90.91%21.57%-
XYZ1.881.021.39-
YUV22.91132.56150.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=60.44%
G=5.49%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553100.910.440.78328.883.3311.76
Hex3751F05B2C4E14953c
Octal6753701335411651112314
Binary1101111011111101011011101100100111010100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37051F; }

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

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

<style>
 a { background-color: #37051F; }

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

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

<style>
 span { border-color: #37051F; }

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

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