Shades of Temptress #33121F
Tints of Temptress #33121F
RGB
CMYK
RGB Variations
Color information
#33121F (or 0x33121F) is known color: Temptress. HEX triplet: 33, 12 and 1F. RGB value is (51,18,31). Sum of RGB (Red+Green+Blue) = 51+18+31=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #33121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33121F is #CCEDE0. Grayscale: #1D1D1D. Windows color (decimal): -13430241 or 2036275. OLE color: 2036275.
HSL color Cylindrical-coordinate representation of color #33121F: hue angle of 336.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33121F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 31 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.8 |
| HSL | 336.36º | 0.48% | 0.14% | - |
| HSV(B) | 336.36º | 0.65% | 0.2% | - |
| XYZ | 1.83 | 1.24 | 1.44 | - |
| YUV | 29.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 31 | 0 | 0.65 | 0.39 | 0.8 | 336.36 | 0.48 | 0.14 |
| Hex | 33 | 12 | 1F | 0 | 41 | 27 | 50 | 150 | 30 | E |
| Octal | 63 | 22 | 37 | 0 | 101 | 47 | 120 | 520 | 60 | 16 |
| Binary | 110011 | 10010 | 11111 | 0 | 1000001 | 100111 | 1010000 | 101010000 | 110000 | 1110 |
Color Harmonies of #33121F
Complementary color
Monochromatic Colors of #33121F
Black with #33121F
Text Example
Text Example
White with #33121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33121F; }
p { color: rgb(51,18,31); }
H1.HeaderClassName
{
color: #33121F;
}
.AnyTagClassName
{
color: #33121F;
}
</style>
background-color css
<style>
a { background-color: #33121F; }
a { background-color: rgb(51,18,31); }
div.DivClassName
{
background-color: #33121F;
}
.BgClassName
{
background-color: #33121F;
}
</style>
border-color css
<style>
span { border-color: #33121F; }
span { border-color: rgb(51,18,31); }
td.TdClassName
{
border-color: #33121F;
}
.TagClassName
{
border-color: #33121F;
}
</style>