#39081D

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

Shades of Blackberry #39081D

Tints of Blackberry #39081D

Color information

#39081D (or 0x39081D) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 1D. RGB value is (57,8,29). Sum of RGB (Red+Green+Blue) = 57+8+29=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #39081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39081D is #C6F7E2. Grayscale: #191919. Windows color (decimal): -13039587 or 1902649. OLE color: 1902649.

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

Color convert

RGB57829-
CMYK00.860.490.78
HSL334.29º75.38%12.75%-
HSV(B)334.29º85.96%22.35%-
XYZ21.131.28-
YUV25.04130.23150.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=60.64%
G=8.51%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5782900.860.490.78334.2975.3812.75
Hex3981D056314E14e4bd
Octal71103501266111651611315
Binary11100110001110101010110110001100111010100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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