Shades of Valentino #39303A
Tints of Valentino #39303A
RGB
CMYK
RGB Variations
Color information
#39303A (or 0x39303A) is known color: Valentino. HEX triplet: 39, 30 and 3A. RGB value is (57,48,58). Sum of RGB (Red+Green+Blue) = 57+48+58=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 58 - color contains mainly: blue. Hex color #39303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39303A is #C6CFC5. Grayscale: #333333. Windows color (decimal): -13029318 or 3813433. OLE color: 3813433.
HSL color Cylindrical-coordinate representation of color #39303A: hue angle of 294º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #39303A is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 48 | 58 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.77 |
| HSL | 294º | 0.09% | 0.21% | - |
| HSV(B) | 294º | 0.17% | 0.23% | - |
| XYZ | 3.51 | 3.29 | 4.45 | - |
| YUV | 51.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 58 | 0.02 | 0.17 | 0 | 0.77 | 294 | 0.09 | 0.21 |
| Hex | 39 | 30 | 3A | 2 | 11 | 0 | 4D | 126 | 9 | 15 |
| Octal | 71 | 60 | 72 | 2 | 21 | 0 | 115 | 446 | 11 | 25 |
| Binary | 111001 | 110000 | 111010 | 10 | 10001 | 0 | 1001101 | 100100110 | 1001 | 10101 |
Color Harmonies of #39303A
Complementary color
Monochromatic Colors of #39303A
Black with #39303A
Text Example
Text Example
White with #39303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39303A; }
p { color: rgb(57,48,58); }
H1.HeaderClassName
{
color: #39303A;
}
.AnyTagClassName
{
color: #39303A;
}
</style>
background-color css
<style>
a { background-color: #39303A; }
a { background-color: rgb(57,48,58); }
div.DivClassName
{
background-color: #39303A;
}
.BgClassName
{
background-color: #39303A;
}
</style>
border-color css
<style>
span { border-color: #39303A; }
span { border-color: rgb(57,48,58); }
td.TdClassName
{
border-color: #39303A;
}
.TagClassName
{
border-color: #39303A;
}
</style>