#37062E

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

Shades of Blackberry #37062E

Tints of Blackberry #37062E

Color information

#37062E (or 0x37062E) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 2E. RGB value is (55,6,46). Sum of RGB (Red+Green+Blue) = 55+6+46=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37062E is #C8F9D1. Grayscale: #191919. Windows color (decimal): -13171154 or 3016247. OLE color: 3016247.

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

Color convert

RGB55646-
CMYK00.890.160.78
HSL311.02º80.33%11.96%-
HSV(B)311.02º89.09%21.57%-
XYZ2.131.142.69-
YUV25.21139.73149.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=51.40%
G=5.61%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5564600.890.160.78311.0280.3311.96
Hex3762E059104E13750c
Octal6765601312011646712014
Binary1101111101011100101100110000100111010011011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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