#392D38

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

Shades of Valentino #392D38

Tints of Valentino #392D38

Color information

#392D38 (or 0x392D38) is unknown color: approx Valentino. HEX triplet: 39, 2D and 38. RGB value is (57,45,56). Sum of RGB (Red+Green+Blue) = 57+45+56=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #392D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D38 is #C6D2C7. Grayscale: #313131. Windows color (decimal): -13030088 or 3681593. OLE color: 3681593.

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

Color convert

RGB574556-
CMYK00.210.020.78
HSL305º11.76%20%-
HSV(B)305º21.05%22.35%-
XYZ3.343.034.15-
YUV49.84131.48133.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=36.08%
G=28.48%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57455600.210.020.7830511.7620
Hex392D3801524E131c14
Octal71557002521164611424
Binary111001101101111000010101101001110100110001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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