#39192D

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

Shades of Blackberry #39192D

Tints of Blackberry #39192D

Color information

#39192D (or 0x39192D) is unknown color: approx Blackberry. HEX triplet: 39, 19 and 2D. RGB value is (57,25,45). Sum of RGB (Red+Green+Blue) = 57+25+45=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #39192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39192D is #C6E6D2. Grayscale: #242424. Windows color (decimal): -13035219 or 2955577. OLE color: 2955577.

HSL color Cylindrical-coordinate representation of color #39192D: hue angle of 322.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39192D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB572545-
CMYK00.560.210.78
HSL322.5º39.02%16.08%-
HSV(B)322.5º56.14%22.35%-
XYZ2.511.752.69-
YUV36.85132.6142.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=44.88%
G=19.69%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57254500.560.210.78322.539.0216.08
Hex39192D038154E1422710
Octal713155070251165024720
Binary11100111001101101011100010101100111010100001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,25,45); }

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

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

 a { background-color: rgb(57,25,45); }

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

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

 span { border-color: rgb(57,25,45); }

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