Shades of Temptress #33191F
Tints of Temptress #33191F
RGB
CMYK
RGB Variations
Color information
#33191F (or 0x33191F) is known color: Temptress. HEX triplet: 33, 19 and 1F. RGB value is (51,25,31). Sum of RGB (Red+Green+Blue) = 51+25+31=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #33191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33191F is #CCE6E0. Grayscale: #212121. Windows color (decimal): -13428449 or 2038067. OLE color: 2038067.
HSL color Cylindrical-coordinate representation of color #33191F: hue angle of 346.15º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33191F is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 31 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.8 |
| HSL | 346.15º | 0.34% | 0.15% | - |
| HSV(B) | 346.15º | 0.51% | 0.2% | - |
| XYZ | 1.96 | 1.5 | 1.48 | - |
| YUV | 33.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 31 | 0 | 0.51 | 0.39 | 0.8 | 346.15 | 0.34 | 0.15 |
| Hex | 33 | 19 | 1F | 0 | 33 | 27 | 50 | 15A | 22 | F |
| Octal | 63 | 31 | 37 | 0 | 63 | 47 | 120 | 532 | 42 | 17 |
| Binary | 110011 | 11001 | 11111 | 0 | 110011 | 100111 | 1010000 | 101011010 | 100010 | 1111 |
Color Harmonies of #33191F
Complementary color
Monochromatic Colors of #33191F
Black with #33191F
Text Example
Text Example
White with #33191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33191F; }
p { color: rgb(51,25,31); }
H1.HeaderClassName
{
color: #33191F;
}
.AnyTagClassName
{
color: #33191F;
}
</style>
background-color css
<style>
a { background-color: #33191F; }
a { background-color: rgb(51,25,31); }
div.DivClassName
{
background-color: #33191F;
}
.BgClassName
{
background-color: #33191F;
}
</style>
border-color css
<style>
span { border-color: #33191F; }
span { border-color: rgb(51,25,31); }
td.TdClassName
{
border-color: #33191F;
}
.TagClassName
{
border-color: #33191F;
}
</style>