Shades of Valentino #402F42
Tints of Valentino #402F42
RGB
CMYK
RGB Variations
Color information
#402F42 (or 0x402F42) is known color: Valentino. HEX triplet: 40, 2F and 42. RGB value is (64,47,66). Sum of RGB (Red+Green+Blue) = 64+47+66=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #402F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F42 is #BFD0BD. Grayscale: #363636. Windows color (decimal): -12570814 or 4337472. OLE color: 4337472.
HSL color Cylindrical-coordinate representation of color #402F42: hue angle of 293.68º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #402F42 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 47 | 66 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.74 |
| HSL | 293.68º | 0.17% | 0.22% | - |
| HSV(B) | 293.68º | 0.29% | 0.26% | - |
| XYZ | 4.11 | 3.52 | 5.62 | - |
| YUV | 54.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 66 | 0.03 | 0.29 | 0 | 0.74 | 293.68 | 0.17 | 0.22 |
| Hex | 40 | 2F | 42 | 3 | 1D | 0 | 4A | 126 | 11 | 16 |
| Octal | 100 | 57 | 102 | 3 | 35 | 0 | 112 | 446 | 21 | 26 |
| Binary | 1000000 | 101111 | 1000010 | 11 | 11101 | 0 | 1001010 | 100100110 | 10001 | 10110 |
Color Harmonies of #402F42
Complementary color
Monochromatic Colors of #402F42
Black with #402F42
Text Example
Text Example
White with #402F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F42; }
p { color: rgb(64,47,66); }
H1.HeaderClassName
{
color: #402F42;
}
.AnyTagClassName
{
color: #402F42;
}
</style>
background-color css
<style>
a { background-color: #402F42; }
a { background-color: rgb(64,47,66); }
div.DivClassName
{
background-color: #402F42;
}
.BgClassName
{
background-color: #402F42;
}
</style>
border-color css
<style>
span { border-color: #402F42; }
span { border-color: rgb(64,47,66); }
td.TdClassName
{
border-color: #402F42;
}
.TagClassName
{
border-color: #402F42;
}
</style>