Shades of Black Magic #282113
Tints of Black Magic #282113
RGB
CMYK
RGB Variations
Color information
#282113 (or 0x282113) is known color: Black Magic. HEX triplet: 28, 21 and 13. RGB value is (40,33,19). Sum of RGB (Red+Green+Blue) = 40+33+19=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #282113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282113 is #D7DEEC. Grayscale: #212121. Windows color (decimal): -14147309 or 1253672. OLE color: 1253672.
HSL color Cylindrical-coordinate representation of color #282113: hue angle of 40º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282113 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 33 | 19 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.84 |
| HSL | 40º | 0.36% | 0.12% | - |
| HSV(B) | 40º | 0.53% | 0.16% | - |
| XYZ | 1.54 | 1.59 | 0.84 | - |
| YUV | 33.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 19 | 0 | 0.17 | 0.52 | 0.84 | 40 | 0.36 | 0.12 |
| Hex | 28 | 21 | 13 | 0 | 11 | 34 | 54 | 28 | 24 | C |
| Octal | 50 | 41 | 23 | 0 | 21 | 64 | 124 | 50 | 44 | 14 |
| Binary | 101000 | 100001 | 10011 | 0 | 10001 | 110100 | 1010100 | 101000 | 100100 | 1100 |
Color Harmonies of #282113
Complementary color
Monochromatic Colors of #282113
Black with #282113
Text Example
Text Example
White with #282113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282113; }
p { color: rgb(40,33,19); }
H1.HeaderClassName
{
color: #282113;
}
.AnyTagClassName
{
color: #282113;
}
</style>
background-color css
<style>
a { background-color: #282113; }
a { background-color: rgb(40,33,19); }
div.DivClassName
{
background-color: #282113;
}
.BgClassName
{
background-color: #282113;
}
</style>
border-color css
<style>
span { border-color: #282113; }
span { border-color: rgb(40,33,19); }
td.TdClassName
{
border-color: #282113;
}
.TagClassName
{
border-color: #282113;
}
</style>