Shades of Black Magic #281F0F
Tints of Black Magic #281F0F
RGB
CMYK
RGB Variations
Color information
#281F0F (or 0x281F0F) is known color: Black Magic. HEX triplet: 28, 1F and 0F. RGB value is (40,31,15). Sum of RGB (Red+Green+Blue) = 40+31+15=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F0F is #D7E0F0. Grayscale: #1F1F1F. Windows color (decimal): -14147825 or 991016. OLE color: 991016.
HSL color Cylindrical-coordinate representation of color #281F0F: hue angle of 38.4º 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 #281F0F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 15 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.84 |
| HSL | 38.4º | 0.45% | 0.11% | - |
| HSV(B) | 38.4º | 0.63% | 0.16% | - |
| XYZ | 1.45 | 1.47 | 0.66 | - |
| YUV | 31.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 15 | 0 | 0.22 | 0.62 | 0.84 | 38.4 | 0.45 | 0.11 |
| Hex | 28 | 1F | F | 0 | 16 | 3E | 54 | 26 | 2D | B |
| Octal | 50 | 37 | 17 | 0 | 26 | 76 | 124 | 46 | 55 | 13 |
| Binary | 101000 | 11111 | 1111 | 0 | 10110 | 111110 | 1010100 | 100110 | 101101 | 1011 |
Color Harmonies of #281F0F
Complementary color
Monochromatic Colors of #281F0F
Black with #281F0F
Text Example
Text Example
White with #281F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F0F; }
p { color: rgb(40,31,15); }
H1.HeaderClassName
{
color: #281F0F;
}
.AnyTagClassName
{
color: #281F0F;
}
</style>
background-color css
<style>
a { background-color: #281F0F; }
a { background-color: rgb(40,31,15); }
div.DivClassName
{
background-color: #281F0F;
}
.BgClassName
{
background-color: #281F0F;
}
</style>
border-color css
<style>
span { border-color: #281F0F; }
span { border-color: rgb(40,31,15); }
td.TdClassName
{
border-color: #281F0F;
}
.TagClassName
{
border-color: #281F0F;
}
</style>