#37082C

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

Shades of Blackberry #37082C

Tints of Blackberry #37082C

Color information

#37082C (or 0x37082C) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 2C. RGB value is (55,8,44). Sum of RGB (Red+Green+Blue) = 55+8+44=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37082C is #C8F7D3. Grayscale: #1A1A1A. Windows color (decimal): -13170644 or 2885687. OLE color: 2885687.

HSL color Cylindrical-coordinate representation of color #37082C: hue angle of 314.04º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37082C is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB55844-
CMYK00.850.20.78
HSL314.04º74.6%12.35%-
HSV(B)314.04º85.45%21.57%-
XYZ2.121.172.5-
YUV26.16138.07148.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=51.40%
G=7.48%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5584400.850.20.78314.0474.612.35
Hex3782C055144E13a4bc
Octal67105401252411647211314
Binary11011110001011000101010110100100111010011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37082C; }

 p { color: rgb(55,8,44); }

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

<style>
 a { background-color: #37082C; }

 a { background-color: rgb(55,8,44); }

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

<style>
 span { border-color: #37082C; }

 span { border-color: rgb(55,8,44); }

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