Shades of Valentino #392F3B
Tints of Valentino #392F3B
RGB
CMYK
RGB Variations
Color information
#392F3B (or 0x392F3B) is known color: Valentino. HEX triplet: 39, 2F and 3B. RGB value is (57,47,59). Sum of RGB (Red+Green+Blue) = 57+47+59=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #392F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F3B is #C6D0C4. Grayscale: #333333. Windows color (decimal): -13029573 or 3878713. OLE color: 3878713.
HSL color Cylindrical-coordinate representation of color #392F3B: hue angle of 290º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #392F3B is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 47 | 59 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.77 |
| HSL | 290º | 0.11% | 0.21% | - |
| HSV(B) | 290º | 0.2% | 0.23% | - |
| XYZ | 3.49 | 3.22 | 4.57 | - |
| YUV | 51.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 59 | 0.03 | 0.20 | 0 | 0.77 | 290 | 0.11 | 0.21 |
| Hex | 39 | 2F | 3B | 3 | 14 | 0 | 4D | 122 | B | 15 |
| Octal | 71 | 57 | 73 | 3 | 24 | 0 | 115 | 442 | 13 | 25 |
| Binary | 111001 | 101111 | 111011 | 11 | 10100 | 0 | 1001101 | 100100010 | 1011 | 10101 |
Color Harmonies of #392F3B
Complementary color
Monochromatic Colors of #392F3B
Black with #392F3B
Text Example
Text Example
White with #392F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F3B; }
p { color: rgb(57,47,59); }
H1.HeaderClassName
{
color: #392F3B;
}
.AnyTagClassName
{
color: #392F3B;
}
</style>
background-color css
<style>
a { background-color: #392F3B; }
a { background-color: rgb(57,47,59); }
div.DivClassName
{
background-color: #392F3B;
}
.BgClassName
{
background-color: #392F3B;
}
</style>
border-color css
<style>
span { border-color: #392F3B; }
span { border-color: rgb(57,47,59); }
td.TdClassName
{
border-color: #392F3B;
}
.TagClassName
{
border-color: #392F3B;
}
</style>