#392E30

Color #392E30 Havana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havana #392E30

Tints of Havana #392E30

Color information

#392E30 (or 0x392E30) is unknown color: approx Havana. HEX triplet: 39, 2E and 30. RGB value is (57,46,48). Sum of RGB (Red+Green+Blue) = 57+46+48=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #392E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E30 is #C6D1CF. Grayscale: #313131. Windows color (decimal): -13029840 or 3157561. OLE color: 3157561.

HSL color Cylindrical-coordinate representation of color #392E30: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #392E30 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB574648-
CMYK00.190.160.78
HSL349.09º10.68%20.2%-
HSV(B)349.09º19.3%22.35%-
XYZ3.23.043.21-
YUV49.52127.14133.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=37.75%
G=30.46%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57464800.190.160.78349.0910.6820.2
Hex392E30013104E15db14
Octal715660023201165351324
Binary111001101110110000010011100001001110101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E30; }

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

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

<style>
 a { background-color: #392E30; }

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

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

<style>
 span { border-color: #392E30; }

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

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