Shades of Black Magic #282118
Tints of Black Magic #282118
RGB
CMYK
RGB Variations
Color information
#282118 (or 0x282118) is known color: Black Magic. HEX triplet: 28, 21 and 18. RGB value is (40,33,24). Sum of RGB (Red+Green+Blue) = 40+33+24=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #282118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282118 is #D7DEE7. Grayscale: #222222. Windows color (decimal): -14147304 or 1581352. OLE color: 1581352.
HSL color Cylindrical-coordinate representation of color #282118: hue angle of 33.75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #282118 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 33 | 24 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.84 |
| HSL | 33.75º | 0.25% | 0.13% | - |
| HSV(B) | 33.75º | 0.4% | 0.16% | - |
| XYZ | 1.58 | 1.6 | 1.09 | - |
| YUV | 34.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 24 | 0 | 0.17 | 0.40 | 0.84 | 33.75 | 0.25 | 0.13 |
| Hex | 28 | 21 | 18 | 0 | 11 | 28 | 54 | 22 | 19 | D |
| Octal | 50 | 41 | 30 | 0 | 21 | 50 | 124 | 42 | 31 | 15 |
| Binary | 101000 | 100001 | 11000 | 0 | 10001 | 101000 | 1010100 | 100010 | 11001 | 1101 |
Color Harmonies of #282118
Complementary color
Monochromatic Colors of #282118
Black with #282118
Text Example
Text Example
White with #282118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282118; }
p { color: rgb(40,33,24); }
H1.HeaderClassName
{
color: #282118;
}
.AnyTagClassName
{
color: #282118;
}
</style>
background-color css
<style>
a { background-color: #282118; }
a { background-color: rgb(40,33,24); }
div.DivClassName
{
background-color: #282118;
}
.BgClassName
{
background-color: #282118;
}
</style>
border-color css
<style>
span { border-color: #282118; }
span { border-color: rgb(40,33,24); }
td.TdClassName
{
border-color: #282118;
}
.TagClassName
{
border-color: #282118;
}
</style>