Shades of Valentino #3E2E40
Tints of Valentino #3E2E40
RGB
CMYK
RGB Variations
Color information
#3E2E40 (or 0x3E2E40) is known color: Valentino. HEX triplet: 3E, 2E and 40. RGB value is (62,46,64). Sum of RGB (Red+Green+Blue) = 62+46+64=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E2E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E40 is #C1D1BF. Grayscale: #343434. Windows color (decimal): -12702144 or 4206142. OLE color: 4206142.
HSL color Cylindrical-coordinate representation of color #3E2E40: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E2E40 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 46 | 64 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.75 |
| HSL | 293.33º | 0.16% | 0.22% | - |
| HSV(B) | 293.33º | 0.28% | 0.25% | - |
| XYZ | 3.89 | 3.35 | 5.29 | - |
| YUV | 52.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 64 | 0.03 | 0.28 | 0 | 0.75 | 293.33 | 0.16 | 0.22 |
| Hex | 3E | 2E | 40 | 3 | 1C | 0 | 4B | 125 | 10 | 16 |
| Octal | 76 | 56 | 100 | 3 | 34 | 0 | 113 | 445 | 20 | 26 |
| Binary | 111110 | 101110 | 1000000 | 11 | 11100 | 0 | 1001011 | 100100101 | 10000 | 10110 |
Color Harmonies of #3E2E40
Complementary color
Monochromatic Colors of #3E2E40
Black with #3E2E40
Text Example
Text Example
White with #3E2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E40; }
p { color: rgb(62,46,64); }
H1.HeaderClassName
{
color: #3E2E40;
}
.AnyTagClassName
{
color: #3E2E40;
}
</style>
background-color css
<style>
a { background-color: #3E2E40; }
a { background-color: rgb(62,46,64); }
div.DivClassName
{
background-color: #3E2E40;
}
.BgClassName
{
background-color: #3E2E40;
}
</style>
border-color css
<style>
span { border-color: #3E2E40; }
span { border-color: rgb(62,46,64); }
td.TdClassName
{
border-color: #3E2E40;
}
.TagClassName
{
border-color: #3E2E40;
}
</style>