Shades of Black Magic #1F190F
Tints of Black Magic #1F190F
RGB
CMYK
RGB Variations
Color information
#1F190F (or 0x1F190F) is known color: Black Magic. HEX triplet: 1F, 19 and 0F. RGB value is (31,25,15). Sum of RGB (Red+Green+Blue) = 31+25+15=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F190F is #E0E6F0. Grayscale: #191919. Windows color (decimal): -14739185 or 989471. OLE color: 989471.
HSL color Cylindrical-coordinate representation of color #1F190F: hue angle of 37.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F190F is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 25 | 15 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.88 |
| HSL | 37.5º | 0.35% | 0.09% | - |
| HSV(B) | 37.5º | 0.52% | 0.12% | - |
| XYZ | 1 | 1.02 | 0.6 | - |
| YUV | 25.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 15 | 0 | 0.19 | 0.52 | 0.88 | 37.5 | 0.35 | 0.09 |
| Hex | 1F | 19 | F | 0 | 13 | 34 | 58 | 26 | 23 | 9 |
| Octal | 37 | 31 | 17 | 0 | 23 | 64 | 130 | 46 | 43 | 11 |
| Binary | 11111 | 11001 | 1111 | 0 | 10011 | 110100 | 1011000 | 100110 | 100011 | 1001 |
Color Harmonies of #1F190F
Complementary color
Monochromatic Colors of #1F190F
Black with #1F190F
Text Example
Text Example
White with #1F190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F190F; }
p { color: rgb(31,25,15); }
H1.HeaderClassName
{
color: #1F190F;
}
.AnyTagClassName
{
color: #1F190F;
}
</style>
background-color css
<style>
a { background-color: #1F190F; }
a { background-color: rgb(31,25,15); }
div.DivClassName
{
background-color: #1F190F;
}
.BgClassName
{
background-color: #1F190F;
}
</style>
border-color css
<style>
span { border-color: #1F190F; }
span { border-color: rgb(31,25,15); }
td.TdClassName
{
border-color: #1F190F;
}
.TagClassName
{
border-color: #1F190F;
}
</style>