Shades of Black Magic #1F1C17
Tints of Black Magic #1F1C17
RGB
CMYK
RGB Variations
Color information
#1F1C17 (or 0x1F1C17) is known color: Black Magic. HEX triplet: 1F, 1C and 17. RGB value is (31,28,23). Sum of RGB (Red+Green+Blue) = 31+28+23=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1C17 is #E0E3E8. Grayscale: #1C1C1C. Windows color (decimal): -14738409 or 1514527. OLE color: 1514527.
HSL color Cylindrical-coordinate representation of color #1F1C17: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F1C17 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 28 | 23 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.88 |
| HSL | 37.5º | 0.15% | 0.11% | - |
| HSV(B) | 37.5º | 0.26% | 0.12% | - |
| XYZ | 1.13 | 1.18 | 0.98 | - |
| YUV | 28.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 28 | 23 | 0 | 0.10 | 0.26 | 0.88 | 37.5 | 0.15 | 0.11 |
| Hex | 1F | 1C | 17 | 0 | A | 1A | 58 | 26 | F | B |
| Octal | 37 | 34 | 27 | 0 | 12 | 32 | 130 | 46 | 17 | 13 |
| Binary | 11111 | 11100 | 10111 | 0 | 1010 | 11010 | 1011000 | 100110 | 1111 | 1011 |
Color Harmonies of #1F1C17
Complementary color
Monochromatic Colors of #1F1C17
Black with #1F1C17
Text Example
Text Example
White with #1F1C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1C17; }
p { color: rgb(31,28,23); }
H1.HeaderClassName
{
color: #1F1C17;
}
.AnyTagClassName
{
color: #1F1C17;
}
</style>
background-color css
<style>
a { background-color: #1F1C17; }
a { background-color: rgb(31,28,23); }
div.DivClassName
{
background-color: #1F1C17;
}
.BgClassName
{
background-color: #1F1C17;
}
</style>
border-color css
<style>
span { border-color: #1F1C17; }
span { border-color: rgb(31,28,23); }
td.TdClassName
{
border-color: #1F1C17;
}
.TagClassName
{
border-color: #1F1C17;
}
</style>