Shades of Black Magic #281F0C
Tints of Black Magic #281F0C
RGB
CMYK
RGB Variations
Color information
#281F0C (or 0x281F0C) is known color: Black Magic. HEX triplet: 28, 1F and 0C. RGB value is (40,31,12). Sum of RGB (Red+Green+Blue) = 40+31+12=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F0C is #D7E0F3. Grayscale: #1F1F1F. Windows color (decimal): -14147828 or 794408. OLE color: 794408.
HSL color Cylindrical-coordinate representation of color #281F0C: hue angle of 40.71º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281F0C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 12 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.84 |
| HSL | 40.71º | 0.54% | 0.1% | - |
| HSV(B) | 40.71º | 0.7% | 0.16% | - |
| XYZ | 1.43 | 1.46 | 0.55 | - |
| YUV | 31.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 12 | 0 | 0.22 | 0.70 | 0.84 | 40.71 | 0.54 | 0.1 |
| Hex | 28 | 1F | C | 0 | 16 | 46 | 54 | 29 | 36 | A |
| Octal | 50 | 37 | 14 | 0 | 26 | 106 | 124 | 51 | 66 | 12 |
| Binary | 101000 | 11111 | 1100 | 0 | 10110 | 1000110 | 1010100 | 101001 | 110110 | 1010 |
Color Harmonies of #281F0C
Complementary color
Monochromatic Colors of #281F0C
Black with #281F0C
Text Example
Text Example
White with #281F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F0C; }
p { color: rgb(40,31,12); }
H1.HeaderClassName
{
color: #281F0C;
}
.AnyTagClassName
{
color: #281F0C;
}
</style>
background-color css
<style>
a { background-color: #281F0C; }
a { background-color: rgb(40,31,12); }
div.DivClassName
{
background-color: #281F0C;
}
.BgClassName
{
background-color: #281F0C;
}
</style>
border-color css
<style>
span { border-color: #281F0C; }
span { border-color: rgb(40,31,12); }
td.TdClassName
{
border-color: #281F0C;
}
.TagClassName
{
border-color: #281F0C;
}
</style>