Shades of Valentino #3E283B
Tints of Valentino #3E283B
RGB
CMYK
RGB Variations
Color information
#3E283B (or 0x3E283B) is known color: Valentino. HEX triplet: 3E, 28 and 3B. RGB value is (62,40,59). Sum of RGB (Red+Green+Blue) = 62+40+59=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E283B is #C1D7C4. Grayscale: #303030. Windows color (decimal): -12703685 or 3876926. OLE color: 3876926.
HSL color Cylindrical-coordinate representation of color #3E283B: hue angle of 308.18º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E283B is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 40 | 59 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.76 |
| HSL | 308.18º | 0.22% | 0.2% | - |
| HSV(B) | 308.18º | 0.35% | 0.24% | - |
| XYZ | 3.53 | 2.86 | 4.5 | - |
| YUV | 48.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 59 | 0 | 0.35 | 0.05 | 0.76 | 308.18 | 0.22 | 0.2 |
| Hex | 3E | 28 | 3B | 0 | 23 | 5 | 4C | 134 | 16 | 14 |
| Octal | 76 | 50 | 73 | 0 | 43 | 5 | 114 | 464 | 26 | 24 |
| Binary | 111110 | 101000 | 111011 | 0 | 100011 | 101 | 1001100 | 100110100 | 10110 | 10100 |
Color Harmonies of #3E283B
Complementary color
Monochromatic Colors of #3E283B
Black with #3E283B
Text Example
Text Example
White with #3E283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E283B; }
p { color: rgb(62,40,59); }
H1.HeaderClassName
{
color: #3E283B;
}
.AnyTagClassName
{
color: #3E283B;
}
</style>
background-color css
<style>
a { background-color: #3E283B; }
a { background-color: rgb(62,40,59); }
div.DivClassName
{
background-color: #3E283B;
}
.BgClassName
{
background-color: #3E283B;
}
</style>
border-color css
<style>
span { border-color: #3E283B; }
span { border-color: rgb(62,40,59); }
td.TdClassName
{
border-color: #3E283B;
}
.TagClassName
{
border-color: #3E283B;
}
</style>