#37061D

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

Shades of Blackberry #37061D

Tints of Blackberry #37061D

Color information

#37061D (or 0x37061D) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 1D. RGB value is (55,6,29). Sum of RGB (Red+Green+Blue) = 55+6+29=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37061D is #C8F9E2. Grayscale: #171717. Windows color (decimal): -13171171 or 1902135. OLE color: 1902135.

HSL color Cylindrical-coordinate representation of color #37061D: hue angle of 331.84º 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 #37061D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB55629-
CMYK00.890.470.78
HSL331.84º80.33%11.96%-
HSV(B)331.84º89.09%21.57%-
XYZ1.861.031.26-
YUV23.27131.23150.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=61.11%
G=6.67%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5562900.890.470.78331.8480.3311.96
Hex3761D0592F4E14c50c
Octal6763501315711651412014
Binary1101111101110101011001101111100111010100110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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