#39112B

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

Shades of Blackberry #39112B

Tints of Blackberry #39112B

Color information

#39112B (or 0x39112B) is unknown color: approx Blackberry. HEX triplet: 39, 11 and 2B. RGB value is (57,17,43). Sum of RGB (Red+Green+Blue) = 57+17+43=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #39112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39112B is #C6EED4. Grayscale: #1F1F1F. Windows color (decimal): -13037269 or 2822457. OLE color: 2822457.

HSL color Cylindrical-coordinate representation of color #39112B: hue angle of 321º 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 #39112B is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB571743-
CMYK00.700.250.78
HSL321º54.05%14.51%-
HSV(B)321º70.18%22.35%-
XYZ2.321.452.44-
YUV31.92134.25145.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=48.72%
G=14.53%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57174300.700.250.7832154.0514.51
Hex39112B046194E14136f
Octal7121530106311165016617
Binary11100110001101011010001101100110011101010000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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