Shades of Valentino #3C253B
Tints of Valentino #3C253B
RGB
CMYK
RGB Variations
Color information
#3C253B (or 0x3C253B) is known color: Valentino. HEX triplet: 3C, 25 and 3B. RGB value is (60,37,59). Sum of RGB (Red+Green+Blue) = 60+37+59=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C253B is #C3DAC4. Grayscale: #2E2E2E. Windows color (decimal): -12835525 or 3876156. OLE color: 3876156.
HSL color Cylindrical-coordinate representation of color #3C253B: hue angle of 302.61º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C253B is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 37 | 59 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.76 |
| HSL | 302.61º | 0.24% | 0.19% | - |
| HSV(B) | 302.61º | 0.38% | 0.24% | - |
| XYZ | 3.31 | 2.6 | 4.46 | - |
| YUV | 46.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 59 | 0 | 0.38 | 0.02 | 0.76 | 302.61 | 0.24 | 0.19 |
| Hex | 3C | 25 | 3B | 0 | 26 | 2 | 4C | 12F | 18 | 13 |
| Octal | 74 | 45 | 73 | 0 | 46 | 2 | 114 | 457 | 30 | 23 |
| Binary | 111100 | 100101 | 111011 | 0 | 100110 | 10 | 1001100 | 100101111 | 11000 | 10011 |
Color Harmonies of #3C253B
Complementary color
Monochromatic Colors of #3C253B
Black with #3C253B
Text Example
Text Example
White with #3C253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C253B; }
p { color: rgb(60,37,59); }
H1.HeaderClassName
{
color: #3C253B;
}
.AnyTagClassName
{
color: #3C253B;
}
</style>
background-color css
<style>
a { background-color: #3C253B; }
a { background-color: rgb(60,37,59); }
div.DivClassName
{
background-color: #3C253B;
}
.BgClassName
{
background-color: #3C253B;
}
</style>
border-color css
<style>
span { border-color: #3C253B; }
span { border-color: rgb(60,37,59); }
td.TdClassName
{
border-color: #3C253B;
}
.TagClassName
{
border-color: #3C253B;
}
</style>