Shades of Temptress #331A21
Tints of Temptress #331A21
RGB
CMYK
RGB Variations
Color information
#331A21 (or 0x331A21) is known color: Temptress. HEX triplet: 33, 1A and 21. RGB value is (51,26,33). Sum of RGB (Red+Green+Blue) = 51+26+33=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A21 is #CCE5DE. Grayscale: #222222. Windows color (decimal): -13428191 or 2169395. OLE color: 2169395.
HSL color Cylindrical-coordinate representation of color #331A21: hue angle of 343.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A21 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 33 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.8 |
| HSL | 343.2º | 0.32% | 0.15% | - |
| HSV(B) | 343.2º | 0.49% | 0.2% | - |
| XYZ | 2.01 | 1.55 | 1.63 | - |
| YUV | 34.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 33 | 0 | 0.49 | 0.35 | 0.8 | 343.2 | 0.32 | 0.15 |
| Hex | 33 | 1A | 21 | 0 | 31 | 23 | 50 | 157 | 20 | F |
| Octal | 63 | 32 | 41 | 0 | 61 | 43 | 120 | 527 | 40 | 17 |
| Binary | 110011 | 11010 | 100001 | 0 | 110001 | 100011 | 1010000 | 101010111 | 100000 | 1111 |
Color Harmonies of #331A21
Complementary color
Monochromatic Colors of #331A21
Black with #331A21
Text Example
Text Example
White with #331A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A21; }
p { color: rgb(51,26,33); }
H1.HeaderClassName
{
color: #331A21;
}
.AnyTagClassName
{
color: #331A21;
}
</style>
background-color css
<style>
a { background-color: #331A21; }
a { background-color: rgb(51,26,33); }
div.DivClassName
{
background-color: #331A21;
}
.BgClassName
{
background-color: #331A21;
}
</style>
border-color css
<style>
span { border-color: #331A21; }
span { border-color: rgb(51,26,33); }
td.TdClassName
{
border-color: #331A21;
}
.TagClassName
{
border-color: #331A21;
}
</style>