Shades of Black Magic #2B1F06
Tints of Black Magic #2B1F06
RGB
CMYK
RGB Variations
Color information
#2B1F06 (or 0x2B1F06) is known color: Black Magic. HEX triplet: 2B, 1F and 06. RGB value is (43,31,6). Sum of RGB (Red+Green+Blue) = 43+31+6=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1F06 is #D4E0F9. Grayscale: #1F1F1F. Windows color (decimal): -13951226 or 401195. OLE color: 401195.
HSL color Cylindrical-coordinate representation of color #2B1F06: hue angle of 40.54º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1F06 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 31 | 6 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.83 |
| HSL | 40.54º | 0.76% | 0.1% | - |
| HSV(B) | 40.54º | 0.86% | 0.17% | - |
| XYZ | 1.52 | 1.51 | 0.38 | - |
| YUV | 31.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 6 | 0 | 0.28 | 0.86 | 0.83 | 40.54 | 0.76 | 0.1 |
| Hex | 2B | 1F | 6 | 0 | 1C | 56 | 53 | 29 | 4C | A |
| Octal | 53 | 37 | 6 | 0 | 34 | 126 | 123 | 51 | 114 | 12 |
| Binary | 101011 | 11111 | 110 | 0 | 11100 | 1010110 | 1010011 | 101001 | 1001100 | 1010 |
Color Harmonies of #2B1F06
Complementary color
Monochromatic Colors of #2B1F06
Black with #2B1F06
Text Example
Text Example
White with #2B1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F06; }
p { color: rgb(43,31,6); }
H1.HeaderClassName
{
color: #2B1F06;
}
.AnyTagClassName
{
color: #2B1F06;
}
</style>
background-color css
<style>
a { background-color: #2B1F06; }
a { background-color: rgb(43,31,6); }
div.DivClassName
{
background-color: #2B1F06;
}
.BgClassName
{
background-color: #2B1F06;
}
</style>
border-color css
<style>
span { border-color: #2B1F06; }
span { border-color: rgb(43,31,6); }
td.TdClassName
{
border-color: #2B1F06;
}
.TagClassName
{
border-color: #2B1F06;
}
</style>