#392A2C

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

Shades of Havana #392A2C

Tints of Havana #392A2C

Color information

#392A2C (or 0x392A2C) is unknown color: approx Havana. HEX triplet: 39, 2A and 2C. RGB value is (57,42,44). Sum of RGB (Red+Green+Blue) = 57+42+44=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A2C is #C6D5D3. Grayscale: #2E2E2E. Windows color (decimal): -13030868 or 2894393. OLE color: 2894393.

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

Color convert

RGB574244-
CMYK00.260.230.78
HSL352º15.15%19.41%-
HSV(B)352º26.32%22.35%-
XYZ2.972.712.75-
YUV46.71126.47135.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=39.86%
G=29.37%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57424400.260.230.7835215.1519.41
Hex392A2C01A174E160f13
Octal715254032271165401723
Binary111001101010101100011010101111001110101100000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,42,44); }

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

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

 a { background-color: rgb(57,42,44); }

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

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

 span { border-color: rgb(57,42,44); }

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