Shades of Temptress #331A1F
Tints of Temptress #331A1F
RGB
CMYK
RGB Variations
Color information
#331A1F (or 0x331A1F) is known color: Temptress. HEX triplet: 33, 1A and 1F. RGB value is (51,26,31). Sum of RGB (Red+Green+Blue) = 51+26+31=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #331A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A1F is #CCE5E0. Grayscale: #222222. Windows color (decimal): -13428193 or 2038323. OLE color: 2038323.
HSL color Cylindrical-coordinate representation of color #331A1F: hue angle of 348º 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 #331A1F is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 31 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.8 |
| HSL | 348º | 0.32% | 0.15% | - |
| HSV(B) | 348º | 0.49% | 0.2% | - |
| XYZ | 1.98 | 1.54 | 1.49 | - |
| YUV | 34.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 31 | 0 | 0.49 | 0.39 | 0.8 | 348 | 0.32 | 0.15 |
| Hex | 33 | 1A | 1F | 0 | 31 | 27 | 50 | 15C | 20 | F |
| Octal | 63 | 32 | 37 | 0 | 61 | 47 | 120 | 534 | 40 | 17 |
| Binary | 110011 | 11010 | 11111 | 0 | 110001 | 100111 | 1010000 | 101011100 | 100000 | 1111 |
Color Harmonies of #331A1F
Complementary color
Monochromatic Colors of #331A1F
Black with #331A1F
Text Example
Text Example
White with #331A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A1F; }
p { color: rgb(51,26,31); }
H1.HeaderClassName
{
color: #331A1F;
}
.AnyTagClassName
{
color: #331A1F;
}
</style>
background-color css
<style>
a { background-color: #331A1F; }
a { background-color: rgb(51,26,31); }
div.DivClassName
{
background-color: #331A1F;
}
.BgClassName
{
background-color: #331A1F;
}
</style>
border-color css
<style>
span { border-color: #331A1F; }
span { border-color: rgb(51,26,31); }
td.TdClassName
{
border-color: #331A1F;
}
.TagClassName
{
border-color: #331A1F;
}
</style>