#392C38

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

Shades of Valentino #392C38

Tints of Valentino #392C38

Color information

#392C38 (or 0x392C38) is unknown color: approx Valentino. HEX triplet: 39, 2C and 38. RGB value is (57,44,56). Sum of RGB (Red+Green+Blue) = 57+44+56=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 57 - color contains mainly: red. Hex color #392C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C38 is #C6D3C7. Grayscale: #313131. Windows color (decimal): -13030344 or 3681337. OLE color: 3681337.

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

Color convert

RGB574456-
CMYK00.230.020.78
HSL304.62º12.87%19.8%-
HSV(B)304.62º22.81%22.35%-
XYZ3.32.964.14-
YUV49.26131.81133.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=36.31%
G=28.03%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57445600.230.020.78304.6212.8719.8
Hex392C3801724E131d14
Octal71547002721164611524
Binary111001101100111000010111101001110100110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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