Shades of Valentino #393039
Tints of Valentino #393039
RGB
CMYK
RGB Variations
Color information
#393039 (or 0x393039) is known color: Valentino. HEX triplet: 39, 30 and 39. RGB value is (57,48,57). Sum of RGB (Red+Green+Blue) = 57+48+57=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #393039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393039 is #C6CFC6. Grayscale: #333333. Windows color (decimal): -13029319 or 3747897. OLE color: 3747897.
HSL color Cylindrical-coordinate representation of color #393039: hue angle of 300º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393039 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 57 | - |
| CMYK | 0 | 0.16 | 0 | 0.78 |
| HSL | 300º | 0.09% | 0.21% | - |
| HSV(B) | 300º | 0.16% | 0.22% | - |
| XYZ | 3.48 | 3.28 | 4.32 | - |
| YUV | 51.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 57 | 0 | 0.16 | 0 | 0.78 | 300 | 0.09 | 0.21 |
| Hex | 39 | 30 | 39 | 0 | 10 | 0 | 4E | 12C | 9 | 15 |
| Octal | 71 | 60 | 71 | 0 | 20 | 0 | 116 | 454 | 11 | 25 |
| Binary | 111001 | 110000 | 111001 | 0 | 10000 | 0 | 1001110 | 100101100 | 1001 | 10101 |
Color Harmonies of #393039
Complementary color
Monochromatic Colors of #393039
Black with #393039
Text Example
Text Example
White with #393039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393039; }
p { color: rgb(57,48,57); }
H1.HeaderClassName
{
color: #393039;
}
.AnyTagClassName
{
color: #393039;
}
</style>
background-color css
<style>
a { background-color: #393039; }
a { background-color: rgb(57,48,57); }
div.DivClassName
{
background-color: #393039;
}
.BgClassName
{
background-color: #393039;
}
</style>
border-color css
<style>
span { border-color: #393039; }
span { border-color: rgb(57,48,57); }
td.TdClassName
{
border-color: #393039;
}
.TagClassName
{
border-color: #393039;
}
</style>