Shades of Valentino #3E303D
Tints of Valentino #3E303D
RGB
CMYK
RGB Variations
Color information
#3E303D (or 0x3E303D) is known color: Valentino. HEX triplet: 3E, 30 and 3D. RGB value is (62,48,61). Sum of RGB (Red+Green+Blue) = 62+48+61=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 62 - color contains mainly: red. Hex color #3E303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E303D is #C1CFC2. Grayscale: #353535. Windows color (decimal): -12701635 or 4010046. OLE color: 4010046.
HSL color Cylindrical-coordinate representation of color #3E303D: hue angle of 304.29º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E303D is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 61 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.76 |
| HSL | 304.29º | 0.13% | 0.22% | - |
| HSV(B) | 304.29º | 0.23% | 0.24% | - |
| XYZ | 3.89 | 3.47 | 4.88 | - |
| YUV | 53.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 61 | 0 | 0.23 | 0.02 | 0.76 | 304.29 | 0.13 | 0.22 |
| Hex | 3E | 30 | 3D | 0 | 17 | 2 | 4C | 130 | D | 16 |
| Octal | 76 | 60 | 75 | 0 | 27 | 2 | 114 | 460 | 15 | 26 |
| Binary | 111110 | 110000 | 111101 | 0 | 10111 | 10 | 1001100 | 100110000 | 1101 | 10110 |
Color Harmonies of #3E303D
Complementary color
Monochromatic Colors of #3E303D
Black with #3E303D
Text Example
Text Example
White with #3E303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E303D; }
p { color: rgb(62,48,61); }
H1.HeaderClassName
{
color: #3E303D;
}
.AnyTagClassName
{
color: #3E303D;
}
</style>
background-color css
<style>
a { background-color: #3E303D; }
a { background-color: rgb(62,48,61); }
div.DivClassName
{
background-color: #3E303D;
}
.BgClassName
{
background-color: #3E303D;
}
</style>
border-color css
<style>
span { border-color: #3E303D; }
span { border-color: rgb(62,48,61); }
td.TdClassName
{
border-color: #3E303D;
}
.TagClassName
{
border-color: #3E303D;
}
</style>