Shades of Temptress #311B21
Tints of Temptress #311B21
RGB
CMYK
RGB Variations
Color information
#311B21 (or 0x311B21) is known color: Temptress. HEX triplet: 31, 1B and 21. RGB value is (49,27,33). Sum of RGB (Red+Green+Blue) = 49+27+33=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B21 is #CEE4DE. Grayscale: #222222. Windows color (decimal): -13559007 or 2169649. OLE color: 2169649.
HSL color Cylindrical-coordinate representation of color #311B21: hue angle of 343.64º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311B21 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 33 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.81 |
| HSL | 343.64º | 0.29% | 0.15% | - |
| HSV(B) | 343.64º | 0.45% | 0.19% | - |
| XYZ | 1.93 | 1.55 | 1.64 | - |
| YUV | 34.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 33 | 0 | 0.45 | 0.33 | 0.81 | 343.64 | 0.29 | 0.15 |
| Hex | 31 | 1B | 21 | 0 | 2D | 21 | 51 | 158 | 1D | F |
| Octal | 61 | 33 | 41 | 0 | 55 | 41 | 121 | 530 | 35 | 17 |
| Binary | 110001 | 11011 | 100001 | 0 | 101101 | 100001 | 1010001 | 101011000 | 11101 | 1111 |
Color Harmonies of #311B21
Complementary color
Monochromatic Colors of #311B21
Black with #311B21
Text Example
Text Example
White with #311B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B21; }
p { color: rgb(49,27,33); }
H1.HeaderClassName
{
color: #311B21;
}
.AnyTagClassName
{
color: #311B21;
}
</style>
background-color css
<style>
a { background-color: #311B21; }
a { background-color: rgb(49,27,33); }
div.DivClassName
{
background-color: #311B21;
}
.BgClassName
{
background-color: #311B21;
}
</style>
border-color css
<style>
span { border-color: #311B21; }
span { border-color: rgb(49,27,33); }
td.TdClassName
{
border-color: #311B21;
}
.TagClassName
{
border-color: #311B21;
}
</style>