Shades of Valentino #3E263D
Tints of Valentino #3E263D
RGB
CMYK
RGB Variations
Color information
#3E263D (or 0x3E263D) is known color: Valentino. HEX triplet: 3E, 26 and 3D. RGB value is (62,38,61). Sum of RGB (Red+Green+Blue) = 62+38+61=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E263D is #C1D9C2. Grayscale: #2F2F2F. Windows color (decimal): -12704195 or 4007486. OLE color: 4007486.
HSL color Cylindrical-coordinate representation of color #3E263D: hue angle of 302.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E263D is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 38 | 61 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.76 |
| HSL | 302.5º | 0.24% | 0.2% | - |
| HSV(B) | 302.5º | 0.39% | 0.24% | - |
| XYZ | 3.52 | 2.75 | 4.76 | - |
| YUV | 47.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 61 | 0 | 0.39 | 0.02 | 0.76 | 302.5 | 0.24 | 0.2 |
| Hex | 3E | 26 | 3D | 0 | 27 | 2 | 4C | 12E | 18 | 14 |
| Octal | 76 | 46 | 75 | 0 | 47 | 2 | 114 | 456 | 30 | 24 |
| Binary | 111110 | 100110 | 111101 | 0 | 100111 | 10 | 1001100 | 100101110 | 11000 | 10100 |
Color Harmonies of #3E263D
Complementary color
Monochromatic Colors of #3E263D
Black with #3E263D
Text Example
Text Example
White with #3E263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E263D; }
p { color: rgb(62,38,61); }
H1.HeaderClassName
{
color: #3E263D;
}
.AnyTagClassName
{
color: #3E263D;
}
</style>
background-color css
<style>
a { background-color: #3E263D; }
a { background-color: rgb(62,38,61); }
div.DivClassName
{
background-color: #3E263D;
}
.BgClassName
{
background-color: #3E263D;
}
</style>
border-color css
<style>
span { border-color: #3E263D; }
span { border-color: rgb(62,38,61); }
td.TdClassName
{
border-color: #3E263D;
}
.TagClassName
{
border-color: #3E263D;
}
</style>