Shades of Valentino #3B253C
Tints of Valentino #3B253C
RGB
CMYK
RGB Variations
Color information
#3B253C (or 0x3B253C) is known color: Valentino. HEX triplet: 3B, 25 and 3C. RGB value is (59,37,60). Sum of RGB (Red+Green+Blue) = 59+37+60=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B253C is #C4DAC3. Grayscale: #2E2E2E. Windows color (decimal): -12901060 or 3941691. OLE color: 3941691.
HSL color Cylindrical-coordinate representation of color #3B253C: hue angle of 297.39º 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 #3B253C is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 37 | 60 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.76 |
| HSL | 297.39º | 0.24% | 0.19% | - |
| HSV(B) | 297.39º | 0.38% | 0.24% | - |
| XYZ | 3.28 | 2.58 | 4.6 | - |
| YUV | 46.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 60 | 0.02 | 0.38 | 0 | 0.76 | 297.39 | 0.24 | 0.19 |
| Hex | 3B | 25 | 3C | 2 | 26 | 0 | 4C | 129 | 18 | 13 |
| Octal | 73 | 45 | 74 | 2 | 46 | 0 | 114 | 451 | 30 | 23 |
| Binary | 111011 | 100101 | 111100 | 10 | 100110 | 0 | 1001100 | 100101001 | 11000 | 10011 |
Color Harmonies of #3B253C
Complementary color
Monochromatic Colors of #3B253C
Black with #3B253C
Text Example
Text Example
White with #3B253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B253C; }
p { color: rgb(59,37,60); }
H1.HeaderClassName
{
color: #3B253C;
}
.AnyTagClassName
{
color: #3B253C;
}
</style>
background-color css
<style>
a { background-color: #3B253C; }
a { background-color: rgb(59,37,60); }
div.DivClassName
{
background-color: #3B253C;
}
.BgClassName
{
background-color: #3B253C;
}
</style>
border-color css
<style>
span { border-color: #3B253C; }
span { border-color: rgb(59,37,60); }
td.TdClassName
{
border-color: #3B253C;
}
.TagClassName
{
border-color: #3B253C;
}
</style>