Shades of Valentino #402F3F
Tints of Valentino #402F3F
RGB
CMYK
RGB Variations
Color information
#402F3F (or 0x402F3F) is known color: Valentino. HEX triplet: 40, 2F and 3F. RGB value is (64,47,63). Sum of RGB (Red+Green+Blue) = 64+47+63=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #402F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F3F is #BFD0C0. Grayscale: #353535. Windows color (decimal): -12570817 or 4140864. OLE color: 4140864.
HSL color Cylindrical-coordinate representation of color #402F3F: hue angle of 303.53º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #402F3F is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 63 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.75 |
| HSL | 303.53º | 0.15% | 0.22% | - |
| HSV(B) | 303.53º | 0.27% | 0.25% | - |
| XYZ | 4.03 | 3.48 | 5.16 | - |
| YUV | 53.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 63 | 0 | 0.27 | 0.02 | 0.75 | 303.53 | 0.15 | 0.22 |
| Hex | 40 | 2F | 3F | 0 | 1B | 2 | 4B | 130 | F | 16 |
| Octal | 100 | 57 | 77 | 0 | 33 | 2 | 113 | 460 | 17 | 26 |
| Binary | 1000000 | 101111 | 111111 | 0 | 11011 | 10 | 1001011 | 100110000 | 1111 | 10110 |
Color Harmonies of #402F3F
Complementary color
Monochromatic Colors of #402F3F
Black with #402F3F
Text Example
Text Example
White with #402F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F3F; }
p { color: rgb(64,47,63); }
H1.HeaderClassName
{
color: #402F3F;
}
.AnyTagClassName
{
color: #402F3F;
}
</style>
background-color css
<style>
a { background-color: #402F3F; }
a { background-color: rgb(64,47,63); }
div.DivClassName
{
background-color: #402F3F;
}
.BgClassName
{
background-color: #402F3F;
}
</style>
border-color css
<style>
span { border-color: #402F3F; }
span { border-color: rgb(64,47,63); }
td.TdClassName
{
border-color: #402F3F;
}
.TagClassName
{
border-color: #402F3F;
}
</style>