#392A2B

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

Shades of Havana #392A2B

Tints of Havana #392A2B

Color information

#392A2B (or 0x392A2B) is unknown color: approx Havana. HEX triplet: 39, 2A and 2B. RGB value is (57,42,43). Sum of RGB (Red+Green+Blue) = 57+42+43=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A2B is #C6D5D4. Grayscale: #2E2E2E. Windows color (decimal): -13030869 or 2828857. OLE color: 2828857.

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

Color convert

RGB574243-
CMYK00.260.250.78
HSL356º15.15%19.41%-
HSV(B)356º26.32%22.35%-
XYZ2.952.72.65-
YUV46.6125.97135.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=40.14%
G=29.58%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57424300.260.250.7835615.1519.41
Hex392A2B01A194E164f13
Octal715253032311165441723
Binary111001101010101011011010110011001110101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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