Shades of Black Magic #281C03
Tints of Black Magic #281C03
RGB
CMYK
RGB Variations
Color information
#281C03 (or 0x281C03) is known color: Black Magic. HEX triplet: 28, 1C and 03. RGB value is (40,28,3). Sum of RGB (Red+Green+Blue) = 40+28+3=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #281C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C03 is #D7E3FC. Grayscale: #1C1C1C. Windows color (decimal): -14148605 or 203816. OLE color: 203816.
HSL color Cylindrical-coordinate representation of color #281C03: hue angle of 40.54º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #281C03 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 3 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.84 |
| HSL | 40.54º | 0.86% | 0.08% | - |
| HSV(B) | 40.54º | 0.93% | 0.16% | - |
| XYZ | 1.31 | 1.29 | 0.27 | - |
| YUV | 28.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 3 | 0 | 0.30 | 0.93 | 0.84 | 40.54 | 0.86 | 0.08 |
| Hex | 28 | 1C | 3 | 0 | 1E | 5D | 54 | 29 | 56 | 8 |
| Octal | 50 | 34 | 3 | 0 | 36 | 135 | 124 | 51 | 126 | 10 |
| Binary | 101000 | 11100 | 11 | 0 | 11110 | 1011101 | 1010100 | 101001 | 1010110 | 1000 |
Color Harmonies of #281C03
Complementary color
Monochromatic Colors of #281C03
Black with #281C03
Text Example
Text Example
White with #281C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C03; }
p { color: rgb(40,28,3); }
H1.HeaderClassName
{
color: #281C03;
}
.AnyTagClassName
{
color: #281C03;
}
</style>
background-color css
<style>
a { background-color: #281C03; }
a { background-color: rgb(40,28,3); }
div.DivClassName
{
background-color: #281C03;
}
.BgClassName
{
background-color: #281C03;
}
</style>
border-color css
<style>
span { border-color: #281C03; }
span { border-color: rgb(40,28,3); }
td.TdClassName
{
border-color: #281C03;
}
.TagClassName
{
border-color: #281C03;
}
</style>