#37061E

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

Shades of Blackberry #37061E

Tints of Blackberry #37061E

Color information

#37061E (or 0x37061E) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 1E. RGB value is (55,6,30). Sum of RGB (Red+Green+Blue) = 55+6+30=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37061E is #C8F9E1. Grayscale: #171717. Windows color (decimal): -13171170 or 1967671. OLE color: 1967671.

HSL color Cylindrical-coordinate representation of color #37061E: hue angle of 330.61º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37061E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB55630-
CMYK00.890.450.78
HSL330.61º80.33%11.96%-
HSV(B)330.61º89.09%21.57%-
XYZ1.881.041.33-
YUV23.39131.73150.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=60.44%
G=6.59%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5563000.890.450.78330.6180.3311.96
Hex3761E0592D4E14b50c
Octal6763601315511651312014
Binary1101111101111001011001101101100111010100101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37061E; }

 p { color: rgb(55,6,30); }

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

<style>
 a { background-color: #37061E; }

 a { background-color: rgb(55,6,30); }

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

<style>
 span { border-color: #37061E; }

 span { border-color: rgb(55,6,30); }

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