Shades of Temptress #1F1117
Tints of Temptress #1F1117
RGB
CMYK
RGB Variations
Color information
#1F1117 (or 0x1F1117) is known color: Temptress. HEX triplet: 1F, 11 and 17. RGB value is (31,17,23). Sum of RGB (Red+Green+Blue) = 31+17+23=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1117 is #E0EEE8. Grayscale: #151515. Windows color (decimal): -14741225 or 1511711. OLE color: 1511711.
HSL color Cylindrical-coordinate representation of color #1F1117: hue angle of 334.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1117 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 23 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.88 |
| HSL | 334.29º | 0.29% | 0.09% | - |
| HSV(B) | 334.29º | 0.45% | 0.12% | - |
| XYZ | 0.92 | 0.75 | 0.91 | - |
| YUV | 21.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 23 | 0 | 0.45 | 0.26 | 0.88 | 334.29 | 0.29 | 0.09 |
| Hex | 1F | 11 | 17 | 0 | 2D | 1A | 58 | 14E | 1D | 9 |
| Octal | 37 | 21 | 27 | 0 | 55 | 32 | 130 | 516 | 35 | 11 |
| Binary | 11111 | 10001 | 10111 | 0 | 101101 | 11010 | 1011000 | 101001110 | 11101 | 1001 |
Color Harmonies of #1F1117
Complementary color
Monochromatic Colors of #1F1117
Black with #1F1117
Text Example
Text Example
White with #1F1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1117; }
p { color: rgb(31,17,23); }
H1.HeaderClassName
{
color: #1F1117;
}
.AnyTagClassName
{
color: #1F1117;
}
</style>
background-color css
<style>
a { background-color: #1F1117; }
a { background-color: rgb(31,17,23); }
div.DivClassName
{
background-color: #1F1117;
}
.BgClassName
{
background-color: #1F1117;
}
</style>
border-color css
<style>
span { border-color: #1F1117; }
span { border-color: rgb(31,17,23); }
td.TdClassName
{
border-color: #1F1117;
}
.TagClassName
{
border-color: #1F1117;
}
</style>