Shades of Black Magic #28200F
Tints of Black Magic #28200F
RGB
CMYK
RGB Variations
Color information
#28200F (or 0x28200F) is known color: Black Magic. HEX triplet: 28, 20 and 0F. RGB value is (40,32,15). Sum of RGB (Red+Green+Blue) = 40+32+15=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #28200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28200F is #D7DFF0. Grayscale: #202020. Windows color (decimal): -14147569 or 991272. OLE color: 991272.
HSL color Cylindrical-coordinate representation of color #28200F: hue angle of 40.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28200F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 32 | 15 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.84 |
| HSL | 40.8º | 0.45% | 0.11% | - |
| HSV(B) | 40.8º | 0.63% | 0.16% | - |
| XYZ | 1.48 | 1.52 | 0.67 | - |
| YUV | 32.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 15 | 0 | 0.20 | 0.62 | 0.84 | 40.8 | 0.45 | 0.11 |
| Hex | 28 | 20 | F | 0 | 14 | 3E | 54 | 29 | 2D | B |
| Octal | 50 | 40 | 17 | 0 | 24 | 76 | 124 | 51 | 55 | 13 |
| Binary | 101000 | 100000 | 1111 | 0 | 10100 | 111110 | 1010100 | 101001 | 101101 | 1011 |
Color Harmonies of #28200F
Complementary color
Monochromatic Colors of #28200F
Black with #28200F
Text Example
Text Example
White with #28200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28200F; }
p { color: rgb(40,32,15); }
H1.HeaderClassName
{
color: #28200F;
}
.AnyTagClassName
{
color: #28200F;
}
</style>
background-color css
<style>
a { background-color: #28200F; }
a { background-color: rgb(40,32,15); }
div.DivClassName
{
background-color: #28200F;
}
.BgClassName
{
background-color: #28200F;
}
</style>
border-color css
<style>
span { border-color: #28200F; }
span { border-color: rgb(40,32,15); }
td.TdClassName
{
border-color: #28200F;
}
.TagClassName
{
border-color: #28200F;
}
</style>