Shades of Black Magic #282216
Tints of Black Magic #282216
RGB
CMYK
RGB Variations
Color information
#282216 (or 0x282216) is known color: Black Magic. HEX triplet: 28, 22 and 16. RGB value is (40,34,22). Sum of RGB (Red+Green+Blue) = 40+34+22=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #282216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282216 is #D7DDE9. Grayscale: #222222. Windows color (decimal): -14147050 or 1450536. OLE color: 1450536.
HSL color Cylindrical-coordinate representation of color #282216: hue angle of 40º 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 #282216 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 34 | 22 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.84 |
| HSL | 40º | 0.29% | 0.12% | - |
| HSV(B) | 40º | 0.45% | 0.16% | - |
| XYZ | 1.59 | 1.65 | 0.99 | - |
| YUV | 34.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 22 | 0 | 0.15 | 0.45 | 0.84 | 40 | 0.29 | 0.12 |
| Hex | 28 | 22 | 16 | 0 | F | 2D | 54 | 28 | 1D | C |
| Octal | 50 | 42 | 26 | 0 | 17 | 55 | 124 | 50 | 35 | 14 |
| Binary | 101000 | 100010 | 10110 | 0 | 1111 | 101101 | 1010100 | 101000 | 11101 | 1100 |
Color Harmonies of #282216
Complementary color
Monochromatic Colors of #282216
Black with #282216
Text Example
Text Example
White with #282216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282216; }
p { color: rgb(40,34,22); }
H1.HeaderClassName
{
color: #282216;
}
.AnyTagClassName
{
color: #282216;
}
</style>
background-color css
<style>
a { background-color: #282216; }
a { background-color: rgb(40,34,22); }
div.DivClassName
{
background-color: #282216;
}
.BgClassName
{
background-color: #282216;
}
</style>
border-color css
<style>
span { border-color: #282216; }
span { border-color: rgb(40,34,22); }
td.TdClassName
{
border-color: #282216;
}
.TagClassName
{
border-color: #282216;
}
</style>