Shades of Valentino #3F303E
Tints of Valentino #3F303E
RGB
CMYK
RGB Variations
Color information
#3F303E (or 0x3F303E) is known color: Valentino. HEX triplet: 3F, 30 and 3E. RGB value is (63,48,62). Sum of RGB (Red+Green+Blue) = 63+48+62=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F303E is #C0CFC1. Grayscale: #363636. Windows color (decimal): -12636098 or 4075583. OLE color: 4075583.
HSL color Cylindrical-coordinate representation of color #3F303E: hue angle of 304º 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 #3F303E is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 62 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.75 |
| HSL | 304º | 0.14% | 0.22% | - |
| HSV(B) | 304º | 0.24% | 0.25% | - |
| XYZ | 3.98 | 3.52 | 5.03 | - |
| YUV | 54.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 62 | 0 | 0.24 | 0.02 | 0.75 | 304 | 0.14 | 0.22 |
| Hex | 3F | 30 | 3E | 0 | 18 | 2 | 4B | 130 | E | 16 |
| Octal | 77 | 60 | 76 | 0 | 30 | 2 | 113 | 460 | 16 | 26 |
| Binary | 111111 | 110000 | 111110 | 0 | 11000 | 10 | 1001011 | 100110000 | 1110 | 10110 |
Color Harmonies of #3F303E
Complementary color
Monochromatic Colors of #3F303E
Black with #3F303E
Text Example
Text Example
White with #3F303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F303E; }
p { color: rgb(63,48,62); }
H1.HeaderClassName
{
color: #3F303E;
}
.AnyTagClassName
{
color: #3F303E;
}
</style>
background-color css
<style>
a { background-color: #3F303E; }
a { background-color: rgb(63,48,62); }
div.DivClassName
{
background-color: #3F303E;
}
.BgClassName
{
background-color: #3F303E;
}
</style>
border-color css
<style>
span { border-color: #3F303E; }
span { border-color: rgb(63,48,62); }
td.TdClassName
{
border-color: #3F303E;
}
.TagClassName
{
border-color: #3F303E;
}
</style>