#392425

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

Shades of Havana #392425

Tints of Havana #392425

Color information

#392425 (or 0x392425) is unknown color: approx Havana. HEX triplet: 39, 24 and 25. RGB value is (57,36,37). Sum of RGB (Red+Green+Blue) = 57+36+37=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392425 is #C6DBDA. Grayscale: #2A2A2A. Windows color (decimal): -13032411 or 2434105. OLE color: 2434105.

HSL color Cylindrical-coordinate representation of color #392425: hue angle of 357.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392425 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB573637-
CMYK00.370.350.78
HSL357.14º22.58%18.24%-
HSV(B)357.14º36.84%22.35%-
XYZ2.652.272.05-
YUV42.39124.96138.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=43.85%
G=27.69%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57363700.370.350.78357.1422.5818.24
Hex392425025234E1651712
Octal714445045431165452722
Binary111001100100100101010010110001110011101011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392425; }

 p { color: rgb(57,36,37); }

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

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

 a { background-color: rgb(57,36,37); }

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

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

 span { border-color: rgb(57,36,37); }

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