Shades of Black Magic #282012
Tints of Black Magic #282012
RGB
CMYK
RGB Variations
Color information
#282012 (or 0x282012) is known color: Black Magic. HEX triplet: 28, 20 and 12. RGB value is (40,32,18). Sum of RGB (Red+Green+Blue) = 40+32+18=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #282012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282012 is #D7DFED. Grayscale: #202020. Windows color (decimal): -14147566 or 1187880. OLE color: 1187880.
HSL color Cylindrical-coordinate representation of color #282012: hue angle of 38.18º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282012 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 18 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.84 |
| HSL | 38.18º | 0.38% | 0.11% | - |
| HSV(B) | 38.18º | 0.55% | 0.16% | - |
| XYZ | 1.5 | 1.53 | 0.79 | - |
| YUV | 32.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 18 | 0 | 0.20 | 0.55 | 0.84 | 38.18 | 0.38 | 0.11 |
| Hex | 28 | 20 | 12 | 0 | 14 | 37 | 54 | 26 | 26 | B |
| Octal | 50 | 40 | 22 | 0 | 24 | 67 | 124 | 46 | 46 | 13 |
| Binary | 101000 | 100000 | 10010 | 0 | 10100 | 110111 | 1010100 | 100110 | 100110 | 1011 |
Color Harmonies of #282012
Complementary color
Monochromatic Colors of #282012
Black with #282012
Text Example
Text Example
White with #282012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282012; }
p { color: rgb(40,32,18); }
H1.HeaderClassName
{
color: #282012;
}
.AnyTagClassName
{
color: #282012;
}
</style>
background-color css
<style>
a { background-color: #282012; }
a { background-color: rgb(40,32,18); }
div.DivClassName
{
background-color: #282012;
}
.BgClassName
{
background-color: #282012;
}
</style>
border-color css
<style>
span { border-color: #282012; }
span { border-color: rgb(40,32,18); }
td.TdClassName
{
border-color: #282012;
}
.TagClassName
{
border-color: #282012;
}
</style>