Shades of Black Magic #281D06
Tints of Black Magic #281D06
RGB
CMYK
RGB Variations
Color information
#281D06 (or 0x281D06) is known color: Black Magic. HEX triplet: 28, 1D and 06. RGB value is (40,29,6). Sum of RGB (Red+Green+Blue) = 40+29+6=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D06 is #D7E2F9. Grayscale: #1D1D1D. Windows color (decimal): -14148346 or 400680. OLE color: 400680.
HSL color Cylindrical-coordinate representation of color #281D06: hue angle of 40.59º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281D06 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 29 | 6 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.84 |
| HSL | 40.59º | 0.74% | 0.09% | - |
| HSV(B) | 40.59º | 0.85% | 0.16% | - |
| XYZ | 1.35 | 1.34 | 0.36 | - |
| YUV | 29.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 6 | 0 | 0.28 | 0.85 | 0.84 | 40.59 | 0.74 | 0.09 |
| Hex | 28 | 1D | 6 | 0 | 1C | 55 | 54 | 29 | 4A | 9 |
| Octal | 50 | 35 | 6 | 0 | 34 | 125 | 124 | 51 | 112 | 11 |
| Binary | 101000 | 11101 | 110 | 0 | 11100 | 1010101 | 1010100 | 101001 | 1001010 | 1001 |
Color Harmonies of #281D06
Complementary color
Monochromatic Colors of #281D06
Black with #281D06
Text Example
Text Example
White with #281D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D06; }
p { color: rgb(40,29,6); }
H1.HeaderClassName
{
color: #281D06;
}
.AnyTagClassName
{
color: #281D06;
}
</style>
background-color css
<style>
a { background-color: #281D06; }
a { background-color: rgb(40,29,6); }
div.DivClassName
{
background-color: #281D06;
}
.BgClassName
{
background-color: #281D06;
}
</style>
border-color css
<style>
span { border-color: #281D06; }
span { border-color: rgb(40,29,6); }
td.TdClassName
{
border-color: #281D06;
}
.TagClassName
{
border-color: #281D06;
}
</style>