Shades of Black Magic #282015
Tints of Black Magic #282015
RGB
CMYK
RGB Variations
Color information
#282015 (or 0x282015) is known color: Black Magic. HEX triplet: 28, 20 and 15. RGB value is (40,32,21). Sum of RGB (Red+Green+Blue) = 40+32+21=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #282015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282015 is #D7DFEA. Grayscale: #212121. Windows color (decimal): -14147563 or 1384488. OLE color: 1384488.
HSL color Cylindrical-coordinate representation of color #282015: hue angle of 34.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #282015 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 21 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.84 |
| HSL | 34.74º | 0.31% | 0.12% | - |
| HSV(B) | 34.74º | 0.48% | 0.16% | - |
| XYZ | 1.53 | 1.54 | 0.93 | - |
| YUV | 33.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 21 | 0 | 0.20 | 0.48 | 0.84 | 34.74 | 0.31 | 0.12 |
| Hex | 28 | 20 | 15 | 0 | 14 | 30 | 54 | 23 | 1F | C |
| Octal | 50 | 40 | 25 | 0 | 24 | 60 | 124 | 43 | 37 | 14 |
| Binary | 101000 | 100000 | 10101 | 0 | 10100 | 110000 | 1010100 | 100011 | 11111 | 1100 |
Color Harmonies of #282015
Complementary color
Monochromatic Colors of #282015
Black with #282015
Text Example
Text Example
White with #282015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282015; }
p { color: rgb(40,32,21); }
H1.HeaderClassName
{
color: #282015;
}
.AnyTagClassName
{
color: #282015;
}
</style>
background-color css
<style>
a { background-color: #282015; }
a { background-color: rgb(40,32,21); }
div.DivClassName
{
background-color: #282015;
}
.BgClassName
{
background-color: #282015;
}
</style>
border-color css
<style>
span { border-color: #282015; }
span { border-color: rgb(40,32,21); }
td.TdClassName
{
border-color: #282015;
}
.TagClassName
{
border-color: #282015;
}
</style>