Shades of Valentino #3E253C
Tints of Valentino #3E253C
RGB
CMYK
RGB Variations
Color information
#3E253C (or 0x3E253C) is known color: Valentino. HEX triplet: 3E, 25 and 3C. RGB value is (62,37,60). Sum of RGB (Red+Green+Blue) = 62+37+60=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E253C is #C1DAC3. Grayscale: #2F2F2F. Windows color (decimal): -12704452 or 3941694. OLE color: 3941694.
HSL color Cylindrical-coordinate representation of color #3E253C: hue angle of 304.8º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E253C is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 60 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.76 |
| HSL | 304.8º | 0.25% | 0.19% | - |
| HSV(B) | 304.8º | 0.4% | 0.24% | - |
| XYZ | 3.46 | 2.67 | 4.61 | - |
| YUV | 47.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 60 | 0 | 0.40 | 0.03 | 0.76 | 304.8 | 0.25 | 0.19 |
| Hex | 3E | 25 | 3C | 0 | 28 | 3 | 4C | 131 | 19 | 13 |
| Octal | 76 | 45 | 74 | 0 | 50 | 3 | 114 | 461 | 31 | 23 |
| Binary | 111110 | 100101 | 111100 | 0 | 101000 | 11 | 1001100 | 100110001 | 11001 | 10011 |
Color Harmonies of #3E253C
Complementary color
Monochromatic Colors of #3E253C
Black with #3E253C
Text Example
Text Example
White with #3E253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E253C; }
p { color: rgb(62,37,60); }
H1.HeaderClassName
{
color: #3E253C;
}
.AnyTagClassName
{
color: #3E253C;
}
</style>
background-color css
<style>
a { background-color: #3E253C; }
a { background-color: rgb(62,37,60); }
div.DivClassName
{
background-color: #3E253C;
}
.BgClassName
{
background-color: #3E253C;
}
</style>
border-color css
<style>
span { border-color: #3E253C; }
span { border-color: rgb(62,37,60); }
td.TdClassName
{
border-color: #3E253C;
}
.TagClassName
{
border-color: #3E253C;
}
</style>