Shades of Black Magic #282116
Tints of Black Magic #282116
RGB
CMYK
RGB Variations
Color information
#282116 (or 0x282116) is known color: Black Magic. HEX triplet: 28, 21 and 16. RGB value is (40,33,22). Sum of RGB (Red+Green+Blue) = 40+33+22=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #282116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282116 is #D7DEE9. Grayscale: #212121. Windows color (decimal): -14147306 or 1450280. OLE color: 1450280.
HSL color Cylindrical-coordinate representation of color #282116: hue angle of 36.67º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #282116 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 33 | 22 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.84 |
| HSL | 36.67º | 0.29% | 0.12% | - |
| HSV(B) | 36.67º | 0.45% | 0.16% | - |
| XYZ | 1.56 | 1.6 | 0.98 | - |
| YUV | 33.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 22 | 0 | 0.17 | 0.45 | 0.84 | 36.67 | 0.29 | 0.12 |
| Hex | 28 | 21 | 16 | 0 | 11 | 2D | 54 | 25 | 1D | C |
| Octal | 50 | 41 | 26 | 0 | 21 | 55 | 124 | 45 | 35 | 14 |
| Binary | 101000 | 100001 | 10110 | 0 | 10001 | 101101 | 1010100 | 100101 | 11101 | 1100 |
Color Harmonies of #282116
Complementary color
Monochromatic Colors of #282116
Black with #282116
Text Example
Text Example
White with #282116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282116; }
p { color: rgb(40,33,22); }
H1.HeaderClassName
{
color: #282116;
}
.AnyTagClassName
{
color: #282116;
}
</style>
background-color css
<style>
a { background-color: #282116; }
a { background-color: rgb(40,33,22); }
div.DivClassName
{
background-color: #282116;
}
.BgClassName
{
background-color: #282116;
}
</style>
border-color css
<style>
span { border-color: #282116; }
span { border-color: rgb(40,33,22); }
td.TdClassName
{
border-color: #282116;
}
.TagClassName
{
border-color: #282116;
}
</style>