#39082C

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

Shades of Blackberry #39082C

Tints of Blackberry #39082C

Color information

#39082C (or 0x39082C) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 2C. RGB value is (57,8,44). Sum of RGB (Red+Green+Blue) = 57+8+44=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39082C is #C6F7D3. Grayscale: #1A1A1A. Windows color (decimal): -13039572 or 2885689. OLE color: 2885689.

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

Color convert

RGB57844-
CMYK00.860.230.78
HSL315.92º75.38%12.75%-
HSV(B)315.92º85.96%22.35%-
XYZ2.231.232.5-
YUV26.75137.73149.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=52.29%
G=7.34%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5784400.860.230.78315.9275.3812.75
Hex3982C056174E13c4bd
Octal71105401262711647411315
Binary11100110001011000101011010111100111010011110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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