Shades of Valentino #3B2739
Tints of Valentino #3B2739
RGB
CMYK
RGB Variations
Color information
#3B2739 (or 0x3B2739) is known color: Valentino. HEX triplet: 3B, 27 and 39. RGB value is (59,39,57). Sum of RGB (Red+Green+Blue) = 59+39+57=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2739 is #C4D8C6. Grayscale: #2E2E2E. Windows color (decimal): -12900551 or 3745595. OLE color: 3745595.
HSL color Cylindrical-coordinate representation of color #3B2739: hue angle of 306º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B2739 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 57 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.77 |
| HSL | 306º | 0.2% | 0.19% | - |
| HSV(B) | 306º | 0.34% | 0.23% | - |
| XYZ | 3.27 | 2.68 | 4.22 | - |
| YUV | 47.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 57 | 0 | 0.34 | 0.03 | 0.77 | 306 | 0.2 | 0.19 |
| Hex | 3B | 27 | 39 | 0 | 22 | 3 | 4D | 132 | 14 | 13 |
| Octal | 73 | 47 | 71 | 0 | 42 | 3 | 115 | 462 | 24 | 23 |
| Binary | 111011 | 100111 | 111001 | 0 | 100010 | 11 | 1001101 | 100110010 | 10100 | 10011 |
Color Harmonies of #3B2739
Complementary color
Monochromatic Colors of #3B2739
Black with #3B2739
Text Example
Text Example
White with #3B2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2739; }
p { color: rgb(59,39,57); }
H1.HeaderClassName
{
color: #3B2739;
}
.AnyTagClassName
{
color: #3B2739;
}
</style>
background-color css
<style>
a { background-color: #3B2739; }
a { background-color: rgb(59,39,57); }
div.DivClassName
{
background-color: #3B2739;
}
.BgClassName
{
background-color: #3B2739;
}
</style>
border-color css
<style>
span { border-color: #3B2739; }
span { border-color: rgb(59,39,57); }
td.TdClassName
{
border-color: #3B2739;
}
.TagClassName
{
border-color: #3B2739;
}
</style>