Shades of Valentino #392B39
Tints of Valentino #392B39
RGB
CMYK
RGB Variations
Color information
#392B39 (or 0x392B39) is known color: Valentino. HEX triplet: 39, 2B and 39. RGB value is (57,43,57). Sum of RGB (Red+Green+Blue) = 57+43+57=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #392B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B39 is #C6D4C6. Grayscale: #303030. Windows color (decimal): -13030599 or 3746617. OLE color: 3746617.
HSL color Cylindrical-coordinate representation of color #392B39: hue angle of 300º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392B39 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 43 | 57 | - |
| CMYK | 0 | 0.25 | 0 | 0.78 |
| HSL | 300º | 0.14% | 0.2% | - |
| HSV(B) | 300º | 0.25% | 0.22% | - |
| XYZ | 3.29 | 2.89 | 4.26 | - |
| YUV | 48.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 57 | 0 | 0.25 | 0 | 0.78 | 300 | 0.14 | 0.2 |
| Hex | 39 | 2B | 39 | 0 | 19 | 0 | 4E | 12C | E | 14 |
| Octal | 71 | 53 | 71 | 0 | 31 | 0 | 116 | 454 | 16 | 24 |
| Binary | 111001 | 101011 | 111001 | 0 | 11001 | 0 | 1001110 | 100101100 | 1110 | 10100 |
Color Harmonies of #392B39
Complementary color
Monochromatic Colors of #392B39
Black with #392B39
Text Example
Text Example
White with #392B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B39; }
p { color: rgb(57,43,57); }
H1.HeaderClassName
{
color: #392B39;
}
.AnyTagClassName
{
color: #392B39;
}
</style>
background-color css
<style>
a { background-color: #392B39; }
a { background-color: rgb(57,43,57); }
div.DivClassName
{
background-color: #392B39;
}
.BgClassName
{
background-color: #392B39;
}
</style>
border-color css
<style>
span { border-color: #392B39; }
span { border-color: rgb(57,43,57); }
td.TdClassName
{
border-color: #392B39;
}
.TagClassName
{
border-color: #392B39;
}
</style>