Shades of Valentino #3E303F
Tints of Valentino #3E303F
RGB
CMYK
RGB Variations
Color information
#3E303F (or 0x3E303F) is known color: Valentino. HEX triplet: 3E, 30 and 3F. RGB value is (62,48,63). Sum of RGB (Red+Green+Blue) = 62+48+63=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E303F is #C1CFC0. Grayscale: #353535. Windows color (decimal): -12701633 or 4141118. OLE color: 4141118.
HSL color Cylindrical-coordinate representation of color #3E303F: hue angle of 296º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E303F is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 48 | 63 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.75 |
| HSL | 296º | 0.14% | 0.22% | - |
| HSV(B) | 296º | 0.24% | 0.25% | - |
| XYZ | 3.94 | 3.5 | 5.17 | - |
| YUV | 53.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 63 | 0.02 | 0.24 | 0 | 0.75 | 296 | 0.14 | 0.22 |
| Hex | 3E | 30 | 3F | 2 | 18 | 0 | 4B | 128 | E | 16 |
| Octal | 76 | 60 | 77 | 2 | 30 | 0 | 113 | 450 | 16 | 26 |
| Binary | 111110 | 110000 | 111111 | 10 | 11000 | 0 | 1001011 | 100101000 | 1110 | 10110 |
Color Harmonies of #3E303F
Complementary color
Monochromatic Colors of #3E303F
Black with #3E303F
Text Example
Text Example
White with #3E303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E303F; }
p { color: rgb(62,48,63); }
H1.HeaderClassName
{
color: #3E303F;
}
.AnyTagClassName
{
color: #3E303F;
}
</style>
background-color css
<style>
a { background-color: #3E303F; }
a { background-color: rgb(62,48,63); }
div.DivClassName
{
background-color: #3E303F;
}
.BgClassName
{
background-color: #3E303F;
}
</style>
border-color css
<style>
span { border-color: #3E303F; }
span { border-color: rgb(62,48,63); }
td.TdClassName
{
border-color: #3E303F;
}
.TagClassName
{
border-color: #3E303F;
}
</style>