#37062A

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

Shades of Blackberry #37062A

Tints of Blackberry #37062A

Color information

#37062A (or 0x37062A) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 2A. RGB value is (55,6,42). Sum of RGB (Red+Green+Blue) = 55+6+42=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37062A is #C8F9D5. Grayscale: #181818. Windows color (decimal): -13171158 or 2754103. OLE color: 2754103.

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

Color convert

RGB55642-
CMYK00.890.240.78
HSL315.92º80.33%11.96%-
HSV(B)315.92º89.09%21.57%-
XYZ2.061.112.3-
YUV24.76137.73149.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=53.40%
G=5.83%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5564200.890.240.78315.9280.3311.96
Hex3762A059184E13c50c
Octal6765201313011647412014
Binary1101111101010100101100111000100111010011110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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