Shades of Black Magic #282013
Tints of Black Magic #282013
RGB
CMYK
RGB Variations
Color information
#282013 (or 0x282013) is known color: Black Magic. HEX triplet: 28, 20 and 13. RGB value is (40,32,19). Sum of RGB (Red+Green+Blue) = 40+32+19=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #282013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282013 is #D7DFEC. Grayscale: #202020. Windows color (decimal): -14147565 or 1253416. OLE color: 1253416.
HSL color Cylindrical-coordinate representation of color #282013: hue angle of 37.14º 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 #282013 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 19 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.84 |
| HSL | 37.14º | 0.36% | 0.12% | - |
| HSV(B) | 37.14º | 0.53% | 0.16% | - |
| XYZ | 1.51 | 1.53 | 0.83 | - |
| YUV | 32.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 19 | 0 | 0.20 | 0.52 | 0.84 | 37.14 | 0.36 | 0.12 |
| Hex | 28 | 20 | 13 | 0 | 14 | 34 | 54 | 25 | 24 | C |
| Octal | 50 | 40 | 23 | 0 | 24 | 64 | 124 | 45 | 44 | 14 |
| Binary | 101000 | 100000 | 10011 | 0 | 10100 | 110100 | 1010100 | 100101 | 100100 | 1100 |
Color Harmonies of #282013
Complementary color
Monochromatic Colors of #282013
Black with #282013
Text Example
Text Example
White with #282013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282013; }
p { color: rgb(40,32,19); }
H1.HeaderClassName
{
color: #282013;
}
.AnyTagClassName
{
color: #282013;
}
</style>
background-color css
<style>
a { background-color: #282013; }
a { background-color: rgb(40,32,19); }
div.DivClassName
{
background-color: #282013;
}
.BgClassName
{
background-color: #282013;
}
</style>
border-color css
<style>
span { border-color: #282013; }
span { border-color: rgb(40,32,19); }
td.TdClassName
{
border-color: #282013;
}
.TagClassName
{
border-color: #282013;
}
</style>