Shades of Black Magic #281F12
Tints of Black Magic #281F12
RGB
CMYK
RGB Variations
Color information
#281F12 (or 0x281F12) is known color: Black Magic. HEX triplet: 28, 1F and 12. RGB value is (40,31,18). Sum of RGB (Red+Green+Blue) = 40+31+18=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F12 is #D7E0ED. Grayscale: #202020. Windows color (decimal): -14147822 or 1187624. OLE color: 1187624.
HSL color Cylindrical-coordinate representation of color #281F12: hue angle of 35.45º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281F12 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 18 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.84 |
| HSL | 35.45º | 0.38% | 0.11% | - |
| HSV(B) | 35.45º | 0.55% | 0.16% | - |
| XYZ | 1.47 | 1.47 | 0.78 | - |
| YUV | 32.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 18 | 0 | 0.22 | 0.55 | 0.84 | 35.45 | 0.38 | 0.11 |
| Hex | 28 | 1F | 12 | 0 | 16 | 37 | 54 | 23 | 26 | B |
| Octal | 50 | 37 | 22 | 0 | 26 | 67 | 124 | 43 | 46 | 13 |
| Binary | 101000 | 11111 | 10010 | 0 | 10110 | 110111 | 1010100 | 100011 | 100110 | 1011 |
Color Harmonies of #281F12
Complementary color
Monochromatic Colors of #281F12
Black with #281F12
Text Example
Text Example
White with #281F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F12; }
p { color: rgb(40,31,18); }
H1.HeaderClassName
{
color: #281F12;
}
.AnyTagClassName
{
color: #281F12;
}
</style>
background-color css
<style>
a { background-color: #281F12; }
a { background-color: rgb(40,31,18); }
div.DivClassName
{
background-color: #281F12;
}
.BgClassName
{
background-color: #281F12;
}
</style>
border-color css
<style>
span { border-color: #281F12; }
span { border-color: rgb(40,31,18); }
td.TdClassName
{
border-color: #281F12;
}
.TagClassName
{
border-color: #281F12;
}
</style>