#39112E

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

Shades of Blackberry #39112E

Tints of Blackberry #39112E

Color information

#39112E (or 0x39112E) is unknown color: approx Blackberry. HEX triplet: 39, 11 and 2E. RGB value is (57,17,46). Sum of RGB (Red+Green+Blue) = 57+17+46=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39112E is #C6EED1. Grayscale: #202020. Windows color (decimal): -13037266 or 3019065. OLE color: 3019065.

HSL color Cylindrical-coordinate representation of color #39112E: hue angle of 316.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39112E is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB571746-
CMYK00.700.190.78
HSL316.5º54.05%14.51%-
HSV(B)316.5º70.18%22.35%-
XYZ2.381.472.74-
YUV32.27135.75145.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=47.5%
G=14.17%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57174600.700.190.78316.554.0514.51
Hex39112E046134E13c36f
Octal7121560106231164746617
Binary11100110001101110010001101001110011101001111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39112E; }

 p { color: rgb(57,17,46); }

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

<style>
 a { background-color: #39112E; }

 a { background-color: rgb(57,17,46); }

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

<style>
 span { border-color: #39112E; }

 span { border-color: rgb(57,17,46); }

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