Shades of Valentino #3C2A3A
Tints of Valentino #3C2A3A
RGB
CMYK
RGB Variations
Color information
#3C2A3A (or 0x3C2A3A) is known color: Valentino. HEX triplet: 3C, 2A and 3A. RGB value is (60,42,58). Sum of RGB (Red+Green+Blue) = 60+42+58=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2A3A is #C3D5C5. Grayscale: #313131. Windows color (decimal): -12834246 or 3811900. OLE color: 3811900.
HSL color Cylindrical-coordinate representation of color #3C2A3A: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C2A3A is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 42 | 58 | - |
| CMYK | 0 | 0.3 | 0.03 | 0.76 |
| HSL | 306.67º | 0.18% | 0.2% | - |
| HSV(B) | 306.67º | 0.3% | 0.24% | - |
| XYZ | 3.46 | 2.92 | 4.38 | - |
| YUV | 49.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 58 | 0 | 0.3 | 0.03 | 0.76 | 306.67 | 0.18 | 0.2 |
| Hex | 3C | 2A | 3A | 0 | 1E | 3 | 4C | 133 | 12 | 14 |
| Octal | 74 | 52 | 72 | 0 | 36 | 3 | 114 | 463 | 22 | 24 |
| Binary | 111100 | 101010 | 111010 | 0 | 11110 | 11 | 1001100 | 100110011 | 10010 | 10100 |
Color Harmonies of #3C2A3A
Complementary color
Monochromatic Colors of #3C2A3A
Black with #3C2A3A
Text Example
Text Example
White with #3C2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A3A; }
p { color: rgb(60,42,58); }
H1.HeaderClassName
{
color: #3C2A3A;
}
.AnyTagClassName
{
color: #3C2A3A;
}
</style>
background-color css
<style>
a { background-color: #3C2A3A; }
a { background-color: rgb(60,42,58); }
div.DivClassName
{
background-color: #3C2A3A;
}
.BgClassName
{
background-color: #3C2A3A;
}
</style>
border-color css
<style>
span { border-color: #3C2A3A; }
span { border-color: rgb(60,42,58); }
td.TdClassName
{
border-color: #3C2A3A;
}
.TagClassName
{
border-color: #3C2A3A;
}
</style>