#39091D

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

Shades of Blackberry #39091D

Tints of Blackberry #39091D

Color information

#39091D (or 0x39091D) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 1D. RGB value is (57,9,29). Sum of RGB (Red+Green+Blue) = 57+9+29=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #39091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39091D is #C6F6E2. Grayscale: #191919. Windows color (decimal): -13039331 or 1902905. OLE color: 1902905.

HSL color Cylindrical-coordinate representation of color #39091D: hue angle of 335º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39091D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB57929-
CMYK00.840.490.78
HSL335º72.73%12.94%-
HSV(B)335º84.21%22.35%-
XYZ2.011.151.28-
YUV25.63129.9150.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=60%
G=9.47%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5792900.840.490.7833572.7312.94
Hex3991D054314E14f49d
Octal71113501246111651711115
Binary11100110011110101010100110001100111010100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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