#392F30

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

Shades of Havana #392F30

Tints of Havana #392F30

Color information

#392F30 (or 0x392F30) is unknown color: approx Havana. HEX triplet: 39, 2F and 30. RGB value is (57,47,48). Sum of RGB (Red+Green+Blue) = 57+47+48=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #392F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F30 is #C6D0CF. Grayscale: #323232. Windows color (decimal): -13029584 or 3157817. OLE color: 3157817.

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

Color convert

RGB574748-
CMYK00.180.160.78
HSL354º9.62%20.39%-
HSV(B)354º17.54%22.35%-
XYZ3.243.123.23-
YUV50.1126.81132.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=37.5%
G=30.92%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57474800.180.160.783549.6220.39
Hex392F30012104E162a14
Octal715760022201165421224
Binary111001101111110000010010100001001110101100010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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