Shades of Black Magic #2A1F0B
Tints of Black Magic #2A1F0B
RGB
CMYK
RGB Variations
Color information
#2A1F0B (or 0x2A1F0B) is known color: Black Magic. HEX triplet: 2A, 1F and 0B. RGB value is (42,31,11). Sum of RGB (Red+Green+Blue) = 42+31+11=84 (11% of max value = 765). Red value is 42 (16.80% from 255 or 50% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1F0B is #D5E0F4. Grayscale: #202020. Windows color (decimal): -14016757 or 728874. OLE color: 728874.
HSL color Cylindrical-coordinate representation of color #2A1F0B: hue angle of 38.71º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1F0B is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 31 | 11 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.84 |
| HSL | 38.71º | 0.58% | 0.1% | - |
| HSV(B) | 38.71º | 0.74% | 0.16% | - |
| XYZ | 1.51 | 1.5 | 0.53 | - |
| YUV | 32.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 11 | 0 | 0.26 | 0.74 | 0.84 | 38.71 | 0.58 | 0.1 |
| Hex | 2A | 1F | B | 0 | 1A | 4A | 54 | 27 | 3A | A |
| Octal | 52 | 37 | 13 | 0 | 32 | 112 | 124 | 47 | 72 | 12 |
| Binary | 101010 | 11111 | 1011 | 0 | 11010 | 1001010 | 1010100 | 100111 | 111010 | 1010 |
Color Harmonies of #2A1F0B
Complementary color
Monochromatic Colors of #2A1F0B
Black with #2A1F0B
Text Example
Text Example
White with #2A1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1F0B; }
p { color: rgb(42,31,11); }
H1.HeaderClassName
{
color: #2A1F0B;
}
.AnyTagClassName
{
color: #2A1F0B;
}
</style>
background-color css
<style>
a { background-color: #2A1F0B; }
a { background-color: rgb(42,31,11); }
div.DivClassName
{
background-color: #2A1F0B;
}
.BgClassName
{
background-color: #2A1F0B;
}
</style>
border-color css
<style>
span { border-color: #2A1F0B; }
span { border-color: rgb(42,31,11); }
td.TdClassName
{
border-color: #2A1F0B;
}
.TagClassName
{
border-color: #2A1F0B;
}
</style>