#39081C

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

Shades of Blackberry #39081C

Tints of Blackberry #39081C

Color information

#39081C (or 0x39081C) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 1C. RGB value is (57,8,28). Sum of RGB (Red+Green+Blue) = 57+8+28=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #39081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39081C is #C6F7E3. Grayscale: #181818. Windows color (decimal): -13039588 or 1837113. OLE color: 1837113.

HSL color Cylindrical-coordinate representation of color #39081C: hue angle of 335.51º 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 #39081C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB57828-
CMYK00.860.510.78
HSL335.51º75.38%12.75%-
HSV(B)335.51º85.96%22.35%-
XYZ1.981.131.21-
YUV24.93129.73150.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=61.29%
G=8.60%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5782800.860.510.78335.5175.3812.75
Hex3981C056334E1504bd
Octal71103401266311652011315
Binary11100110001110001010110110011100111010101000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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