Shades of Valentino #3C273B
Tints of Valentino #3C273B
RGB
CMYK
RGB Variations
Color information
#3C273B (or 0x3C273B) is known color: Valentino. HEX triplet: 3C, 27 and 3B. RGB value is (60,39,59). Sum of RGB (Red+Green+Blue) = 60+39+59=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 60 - color contains mainly: red. Hex color #3C273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C273B is #C3D8C4. Grayscale: #2F2F2F. Windows color (decimal): -12835013 or 3876668. OLE color: 3876668.
HSL color Cylindrical-coordinate representation of color #3C273B: hue angle of 302.86º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C273B is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 39 | 59 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.76 |
| HSL | 302.86º | 0.21% | 0.19% | - |
| HSV(B) | 302.86º | 0.35% | 0.24% | - |
| XYZ | 3.38 | 2.73 | 4.49 | - |
| YUV | 47.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 59 | 0 | 0.35 | 0.02 | 0.76 | 302.86 | 0.21 | 0.19 |
| Hex | 3C | 27 | 3B | 0 | 23 | 2 | 4C | 12F | 15 | 13 |
| Octal | 74 | 47 | 73 | 0 | 43 | 2 | 114 | 457 | 25 | 23 |
| Binary | 111100 | 100111 | 111011 | 0 | 100011 | 10 | 1001100 | 100101111 | 10101 | 10011 |
Color Harmonies of #3C273B
Complementary color
Monochromatic Colors of #3C273B
Black with #3C273B
Text Example
Text Example
White with #3C273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C273B; }
p { color: rgb(60,39,59); }
H1.HeaderClassName
{
color: #3C273B;
}
.AnyTagClassName
{
color: #3C273B;
}
</style>
background-color css
<style>
a { background-color: #3C273B; }
a { background-color: rgb(60,39,59); }
div.DivClassName
{
background-color: #3C273B;
}
.BgClassName
{
background-color: #3C273B;
}
</style>
border-color css
<style>
span { border-color: #3C273B; }
span { border-color: rgb(60,39,59); }
td.TdClassName
{
border-color: #3C273B;
}
.TagClassName
{
border-color: #3C273B;
}
</style>