Shades of Valentino #3B2B3A
Tints of Valentino #3B2B3A
RGB
CMYK
RGB Variations
Color information
#3B2B3A (or 0x3B2B3A) is known color: Valentino. HEX triplet: 3B, 2B and 3A. RGB value is (59,43,58). Sum of RGB (Red+Green+Blue) = 59+43+58=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B3A is #C4D4C5. Grayscale: #313131. Windows color (decimal): -12899526 or 3812155. OLE color: 3812155.
HSL color Cylindrical-coordinate representation of color #3B2B3A: hue angle of 303.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B2B3A is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 58 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.77 |
| HSL | 303.75º | 0.16% | 0.2% | - |
| HSV(B) | 303.75º | 0.27% | 0.23% | - |
| XYZ | 3.43 | 2.96 | 4.39 | - |
| YUV | 49.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 58 | 0 | 0.27 | 0.02 | 0.77 | 303.75 | 0.16 | 0.2 |
| Hex | 3B | 2B | 3A | 0 | 1B | 2 | 4D | 130 | 10 | 14 |
| Octal | 73 | 53 | 72 | 0 | 33 | 2 | 115 | 460 | 20 | 24 |
| Binary | 111011 | 101011 | 111010 | 0 | 11011 | 10 | 1001101 | 100110000 | 10000 | 10100 |
Color Harmonies of #3B2B3A
Complementary color
Monochromatic Colors of #3B2B3A
Black with #3B2B3A
Text Example
Text Example
White with #3B2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B3A; }
p { color: rgb(59,43,58); }
H1.HeaderClassName
{
color: #3B2B3A;
}
.AnyTagClassName
{
color: #3B2B3A;
}
</style>
background-color css
<style>
a { background-color: #3B2B3A; }
a { background-color: rgb(59,43,58); }
div.DivClassName
{
background-color: #3B2B3A;
}
.BgClassName
{
background-color: #3B2B3A;
}
</style>
border-color css
<style>
span { border-color: #3B2B3A; }
span { border-color: rgb(59,43,58); }
td.TdClassName
{
border-color: #3B2B3A;
}
.TagClassName
{
border-color: #3B2B3A;
}
</style>