Shades of Valentino #392C38
Tints of Valentino #392C38
RGB
CMYK
RGB Variations
Color information
#392C38 (or 0x392C38) is known color: 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
| RGB | 57 | 44 | 56 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.78 |
| HSL | 304.62º | 0.13% | 0.2% | - |
| HSV(B) | 304.62º | 0.23% | 0.22% | - |
| XYZ | 3.3 | 2.96 | 4.14 | - |
| YUV | 49.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 56 | 0 | 0.23 | 0.02 | 0.78 | 304.62 | 0.13 | 0.2 |
| Hex | 39 | 2C | 38 | 0 | 17 | 2 | 4E | 131 | D | 14 |
| Octal | 71 | 54 | 70 | 0 | 27 | 2 | 116 | 461 | 15 | 24 |
| Binary | 111001 | 101100 | 111000 | 0 | 10111 | 10 | 1001110 | 100110001 | 1101 | 10100 |
Color Harmonies of #392C38
Complementary color
Monochromatic Colors of #392C38
Black with #392C38
Text Example
Text Example
White with #392C38
Text Example
Text Example
HTML Codes & Css Web 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>