Shades of Valentino #3E3040
Tints of Valentino #3E3040
RGB
CMYK
RGB Variations
Color information
#3E3040 (or 0x3E3040) is known color: Valentino. HEX triplet: 3E, 30 and 40. RGB value is (62,48,64). Sum of RGB (Red+Green+Blue) = 62+48+64=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3040 is #C1CFBF. Grayscale: #353535. Windows color (decimal): -12701632 or 4206654. OLE color: 4206654.
HSL color Cylindrical-coordinate representation of color #3E3040: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E3040 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 48 | 64 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.75 |
| HSL | 292.5º | 0.14% | 0.22% | - |
| HSV(B) | 292.5º | 0.25% | 0.25% | - |
| XYZ | 3.97 | 3.51 | 5.32 | - |
| YUV | 54.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 64 | 0.03 | 0.25 | 0 | 0.75 | 292.5 | 0.14 | 0.22 |
| Hex | 3E | 30 | 40 | 3 | 19 | 0 | 4B | 124 | E | 16 |
| Octal | 76 | 60 | 100 | 3 | 31 | 0 | 113 | 444 | 16 | 26 |
| Binary | 111110 | 110000 | 1000000 | 11 | 11001 | 0 | 1001011 | 100100100 | 1110 | 10110 |
Color Harmonies of #3E3040
Complementary color
Monochromatic Colors of #3E3040
Black with #3E3040
Text Example
Text Example
White with #3E3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3040; }
p { color: rgb(62,48,64); }
H1.HeaderClassName
{
color: #3E3040;
}
.AnyTagClassName
{
color: #3E3040;
}
</style>
background-color css
<style>
a { background-color: #3E3040; }
a { background-color: rgb(62,48,64); }
div.DivClassName
{
background-color: #3E3040;
}
.BgClassName
{
background-color: #3E3040;
}
</style>
border-color css
<style>
span { border-color: #3E3040; }
span { border-color: rgb(62,48,64); }
td.TdClassName
{
border-color: #3E3040;
}
.TagClassName
{
border-color: #3E3040;
}
</style>