Shades of Valentino #3C2B3A
Tints of Valentino #3C2B3A
RGB
CMYK
RGB Variations
Color information
#3C2B3A (or 0x3C2B3A) is known color: Valentino. HEX triplet: 3C, 2B and 3A. RGB value is (60,43,58). Sum of RGB (Red+Green+Blue) = 60+43+58=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B3A is #C3D4C5. Grayscale: #313131. Windows color (decimal): -12833990 or 3812156. OLE color: 3812156.
HSL color Cylindrical-coordinate representation of color #3C2B3A: hue angle of 307.06º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C2B3A is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 43 | 58 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.76 |
| HSL | 307.06º | 0.17% | 0.2% | - |
| HSV(B) | 307.06º | 0.28% | 0.24% | - |
| XYZ | 3.49 | 2.99 | 4.4 | - |
| YUV | 49.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 58 | 0 | 0.28 | 0.03 | 0.76 | 307.06 | 0.17 | 0.2 |
| Hex | 3C | 2B | 3A | 0 | 1C | 3 | 4C | 133 | 11 | 14 |
| Octal | 74 | 53 | 72 | 0 | 34 | 3 | 114 | 463 | 21 | 24 |
| Binary | 111100 | 101011 | 111010 | 0 | 11100 | 11 | 1001100 | 100110011 | 10001 | 10100 |
Color Harmonies of #3C2B3A
Complementary color
Monochromatic Colors of #3C2B3A
Black with #3C2B3A
Text Example
Text Example
White with #3C2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B3A; }
p { color: rgb(60,43,58); }
H1.HeaderClassName
{
color: #3C2B3A;
}
.AnyTagClassName
{
color: #3C2B3A;
}
</style>
background-color css
<style>
a { background-color: #3C2B3A; }
a { background-color: rgb(60,43,58); }
div.DivClassName
{
background-color: #3C2B3A;
}
.BgClassName
{
background-color: #3C2B3A;
}
</style>
border-color css
<style>
span { border-color: #3C2B3A; }
span { border-color: rgb(60,43,58); }
td.TdClassName
{
border-color: #3C2B3A;
}
.TagClassName
{
border-color: #3C2B3A;
}
</style>