#37082B

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

Shades of Blackberry #37082B

Tints of Blackberry #37082B

Color information

#37082B (or 0x37082B) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 2B. RGB value is (55,8,43). Sum of RGB (Red+Green+Blue) = 55+8+43=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37082B is #C8F7D4. Grayscale: #191919. Windows color (decimal): -13170645 or 2820151. OLE color: 2820151.

HSL color Cylindrical-coordinate representation of color #37082B: hue angle of 315.32º 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 #37082B is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB55843-
CMYK00.850.220.78
HSL315.32º74.6%12.35%-
HSV(B)315.32º85.45%21.57%-
XYZ2.11.162.4-
YUV26.04137.57148.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=51.89%
G=7.55%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5584300.850.220.78315.3274.612.35
Hex3782B055164E13b4bc
Octal67105301252611647311314
Binary11011110001010110101010110110100111010011101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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