Shades of Valentino #3C323B
Tints of Valentino #3C323B
RGB
CMYK
RGB Variations
Color information
#3C323B (or 0x3C323B) is known color: Valentino. HEX triplet: 3C, 32 and 3B. RGB value is (60,50,59). Sum of RGB (Red+Green+Blue) = 60+50+59=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 60 - color contains mainly: red. Hex color #3C323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C323B is #C3CDC4. Grayscale: #353535. Windows color (decimal): -12832197 or 3879484. OLE color: 3879484.
HSL color Cylindrical-coordinate representation of color #3C323B: hue angle of 306º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C323B is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 59 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.76 |
| HSL | 306º | 0.09% | 0.22% | - |
| HSV(B) | 306º | 0.17% | 0.24% | - |
| XYZ | 3.79 | 3.56 | 4.62 | - |
| YUV | 54.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 59 | 0 | 0.17 | 0.02 | 0.76 | 306 | 0.09 | 0.22 |
| Hex | 3C | 32 | 3B | 0 | 11 | 2 | 4C | 132 | 9 | 16 |
| Octal | 74 | 62 | 73 | 0 | 21 | 2 | 114 | 462 | 11 | 26 |
| Binary | 111100 | 110010 | 111011 | 0 | 10001 | 10 | 1001100 | 100110010 | 1001 | 10110 |
Color Harmonies of #3C323B
Complementary color
Monochromatic Colors of #3C323B
Black with #3C323B
Text Example
Text Example
White with #3C323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C323B; }
p { color: rgb(60,50,59); }
H1.HeaderClassName
{
color: #3C323B;
}
.AnyTagClassName
{
color: #3C323B;
}
</style>
background-color css
<style>
a { background-color: #3C323B; }
a { background-color: rgb(60,50,59); }
div.DivClassName
{
background-color: #3C323B;
}
.BgClassName
{
background-color: #3C323B;
}
</style>
border-color css
<style>
span { border-color: #3C323B; }
span { border-color: rgb(60,50,59); }
td.TdClassName
{
border-color: #3C323B;
}
.TagClassName
{
border-color: #3C323B;
}
</style>