Shades of Valentino #3B273D
Tints of Valentino #3B273D
RGB
CMYK
RGB Variations
Color information
#3B273D (or 0x3B273D) is known color: Valentino. HEX triplet: 3B, 27 and 3D. RGB value is (59,39,61). Sum of RGB (Red+Green+Blue) = 59+39+61=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B273D is #C4D8C2. Grayscale: #2F2F2F. Windows color (decimal): -12900547 or 4007739. OLE color: 4007739.
HSL color Cylindrical-coordinate representation of color #3B273D: hue angle of 294.55º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B273D is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 39 | 61 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.76 |
| HSL | 294.55º | 0.22% | 0.2% | - |
| HSV(B) | 294.55º | 0.36% | 0.24% | - |
| XYZ | 3.37 | 2.72 | 4.76 | - |
| YUV | 47.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 61 | 0.03 | 0.36 | 0 | 0.76 | 294.55 | 0.22 | 0.2 |
| Hex | 3B | 27 | 3D | 3 | 24 | 0 | 4C | 127 | 16 | 14 |
| Octal | 73 | 47 | 75 | 3 | 44 | 0 | 114 | 447 | 26 | 24 |
| Binary | 111011 | 100111 | 111101 | 11 | 100100 | 0 | 1001100 | 100100111 | 10110 | 10100 |
Color Harmonies of #3B273D
Complementary color
Monochromatic Colors of #3B273D
Black with #3B273D
Text Example
Text Example
White with #3B273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B273D; }
p { color: rgb(59,39,61); }
H1.HeaderClassName
{
color: #3B273D;
}
.AnyTagClassName
{
color: #3B273D;
}
</style>
background-color css
<style>
a { background-color: #3B273D; }
a { background-color: rgb(59,39,61); }
div.DivClassName
{
background-color: #3B273D;
}
.BgClassName
{
background-color: #3B273D;
}
</style>
border-color css
<style>
span { border-color: #3B273D; }
span { border-color: rgb(59,39,61); }
td.TdClassName
{
border-color: #3B273D;
}
.TagClassName
{
border-color: #3B273D;
}
</style>