Shades of Valentino #3B313A
Tints of Valentino #3B313A
RGB
CMYK
RGB Variations
Color information
#3B313A (or 0x3B313A) is known color: Valentino. HEX triplet: 3B, 31 and 3A. RGB value is (59,49,58). Sum of RGB (Red+Green+Blue) = 59+49+58=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 59 - color contains mainly: red. Hex color #3B313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B313A is #C4CEC5. Grayscale: #343434. Windows color (decimal): -12897990 or 3813691. OLE color: 3813691.
HSL color Cylindrical-coordinate representation of color #3B313A: hue angle of 306º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B313A is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 58 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.77 |
| HSL | 306º | 0.09% | 0.21% | - |
| HSV(B) | 306º | 0.17% | 0.23% | - |
| XYZ | 3.67 | 3.43 | 4.47 | - |
| YUV | 53.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 58 | 0 | 0.17 | 0.02 | 0.77 | 306 | 0.09 | 0.21 |
| Hex | 3B | 31 | 3A | 0 | 11 | 2 | 4D | 132 | 9 | 15 |
| Octal | 73 | 61 | 72 | 0 | 21 | 2 | 115 | 462 | 11 | 25 |
| Binary | 111011 | 110001 | 111010 | 0 | 10001 | 10 | 1001101 | 100110010 | 1001 | 10101 |
Color Harmonies of #3B313A
Complementary color
Monochromatic Colors of #3B313A
Black with #3B313A
Text Example
Text Example
White with #3B313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B313A; }
p { color: rgb(59,49,58); }
H1.HeaderClassName
{
color: #3B313A;
}
.AnyTagClassName
{
color: #3B313A;
}
</style>
background-color css
<style>
a { background-color: #3B313A; }
a { background-color: rgb(59,49,58); }
div.DivClassName
{
background-color: #3B313A;
}
.BgClassName
{
background-color: #3B313A;
}
</style>
border-color css
<style>
span { border-color: #3B313A; }
span { border-color: rgb(59,49,58); }
td.TdClassName
{
border-color: #3B313A;
}
.TagClassName
{
border-color: #3B313A;
}
</style>