Shades of Valentino #3E293D
Tints of Valentino #3E293D
RGB
CMYK
RGB Variations
Color information
#3E293D (or 0x3E293D) is known color: Valentino. HEX triplet: 3E, 29 and 3D. RGB value is (62,41,61). Sum of RGB (Red+Green+Blue) = 62+41+61=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 62 - color contains mainly: red. Hex color #3E293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E293D is #C1D6C2. Grayscale: #313131. Windows color (decimal): -12703427 or 4008254. OLE color: 4008254.
HSL color Cylindrical-coordinate representation of color #3E293D: hue angle of 302.86º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E293D is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 61 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.76 |
| HSL | 302.86º | 0.2% | 0.2% | - |
| HSV(B) | 302.86º | 0.34% | 0.24% | - |
| XYZ | 3.62 | 2.95 | 4.79 | - |
| YUV | 49.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 61 | 0 | 0.34 | 0.02 | 0.76 | 302.86 | 0.2 | 0.2 |
| Hex | 3E | 29 | 3D | 0 | 22 | 2 | 4C | 12F | 14 | 14 |
| Octal | 76 | 51 | 75 | 0 | 42 | 2 | 114 | 457 | 24 | 24 |
| Binary | 111110 | 101001 | 111101 | 0 | 100010 | 10 | 1001100 | 100101111 | 10100 | 10100 |
Color Harmonies of #3E293D
Complementary color
Monochromatic Colors of #3E293D
Black with #3E293D
Text Example
Text Example
White with #3E293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E293D; }
p { color: rgb(62,41,61); }
H1.HeaderClassName
{
color: #3E293D;
}
.AnyTagClassName
{
color: #3E293D;
}
</style>
background-color css
<style>
a { background-color: #3E293D; }
a { background-color: rgb(62,41,61); }
div.DivClassName
{
background-color: #3E293D;
}
.BgClassName
{
background-color: #3E293D;
}
</style>
border-color css
<style>
span { border-color: #3E293D; }
span { border-color: rgb(62,41,61); }
td.TdClassName
{
border-color: #3E293D;
}
.TagClassName
{
border-color: #3E293D;
}
</style>