Shades of Valentino #3E253E
Tints of Valentino #3E253E
RGB
CMYK
RGB Variations
Color information
#3E253E (or 0x3E253E) is known color: Valentino. HEX triplet: 3E, 25 and 3E. RGB value is (62,37,62). Sum of RGB (Red+Green+Blue) = 62+37+62=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E253E is #C1DAC1. Grayscale: #2F2F2F. Windows color (decimal): -12704450 or 4072766. OLE color: 4072766.
HSL color Cylindrical-coordinate representation of color #3E253E: hue angle of 300º 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 #3E253E is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 62 | - |
| CMYK | 0 | 0.40 | 0 | 0.76 |
| HSL | 300º | 0.25% | 0.19% | - |
| HSV(B) | 300º | 0.4% | 0.24% | - |
| XYZ | 3.52 | 2.7 | 4.89 | - |
| YUV | 47.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 62 | 0 | 0.40 | 0 | 0.76 | 300 | 0.25 | 0.19 |
| Hex | 3E | 25 | 3E | 0 | 28 | 0 | 4C | 12C | 19 | 13 |
| Octal | 76 | 45 | 76 | 0 | 50 | 0 | 114 | 454 | 31 | 23 |
| Binary | 111110 | 100101 | 111110 | 0 | 101000 | 0 | 1001100 | 100101100 | 11001 | 10011 |
Color Harmonies of #3E253E
Complementary color
Monochromatic Colors of #3E253E
Black with #3E253E
Text Example
Text Example
White with #3E253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E253E; }
p { color: rgb(62,37,62); }
H1.HeaderClassName
{
color: #3E253E;
}
.AnyTagClassName
{
color: #3E253E;
}
</style>
background-color css
<style>
a { background-color: #3E253E; }
a { background-color: rgb(62,37,62); }
div.DivClassName
{
background-color: #3E253E;
}
.BgClassName
{
background-color: #3E253E;
}
</style>
border-color css
<style>
span { border-color: #3E253E; }
span { border-color: rgb(62,37,62); }
td.TdClassName
{
border-color: #3E253E;
}
.TagClassName
{
border-color: #3E253E;
}
</style>