Shades of Valentino #3B253D
Tints of Valentino #3B253D
RGB
CMYK
RGB Variations
Color information
#3B253D (or 0x3B253D) is known color: Valentino. HEX triplet: 3B, 25 and 3D. RGB value is (59,37,61). Sum of RGB (Red+Green+Blue) = 59+37+61=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B253D is #C4DAC2. Grayscale: #2E2E2E. Windows color (decimal): -12901059 or 4007227. OLE color: 4007227.
HSL color Cylindrical-coordinate representation of color #3B253D: hue angle of 295º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B253D is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 37 | 61 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.76 |
| HSL | 295º | 0.24% | 0.19% | - |
| HSV(B) | 295º | 0.39% | 0.24% | - |
| XYZ | 3.31 | 2.59 | 4.74 | - |
| YUV | 46.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 61 | 0.03 | 0.39 | 0 | 0.76 | 295 | 0.24 | 0.19 |
| Hex | 3B | 25 | 3D | 3 | 27 | 0 | 4C | 127 | 18 | 13 |
| Octal | 73 | 45 | 75 | 3 | 47 | 0 | 114 | 447 | 30 | 23 |
| Binary | 111011 | 100101 | 111101 | 11 | 100111 | 0 | 1001100 | 100100111 | 11000 | 10011 |
Color Harmonies of #3B253D
Complementary color
Monochromatic Colors of #3B253D
Black with #3B253D
Text Example
Text Example
White with #3B253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B253D; }
p { color: rgb(59,37,61); }
H1.HeaderClassName
{
color: #3B253D;
}
.AnyTagClassName
{
color: #3B253D;
}
</style>
background-color css
<style>
a { background-color: #3B253D; }
a { background-color: rgb(59,37,61); }
div.DivClassName
{
background-color: #3B253D;
}
.BgClassName
{
background-color: #3B253D;
}
</style>
border-color css
<style>
span { border-color: #3B253D; }
span { border-color: rgb(59,37,61); }
td.TdClassName
{
border-color: #3B253D;
}
.TagClassName
{
border-color: #3B253D;
}
</style>