Shades of Black Magic #2B1D00
Tints of Black Magic #2B1D00
RGB
CMYK
RGB Variations
Color information
#2B1D00 (or 0x2B1D00) is known color: Black Magic. HEX triplet: 2B, 1D and 00. RGB value is (43,29,0). Sum of RGB (Red+Green+Blue) = 43+29+0=72 (9% of max value = 765). Red value is 43 (17.19% from 255 or 59.72% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1D00 is #D4E2FF. Grayscale: #1E1E1E. Windows color (decimal): -13951744 or 7467. OLE color: 7467.
HSL color Cylindrical-coordinate representation of color #2B1D00: hue angle of 40.47º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B1D00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 29 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.83 |
| HSL | 40.47º | 1% | 0.08% | - |
| HSV(B) | 40.47º | 1% | 0.17% | - |
| XYZ | 1.44 | 1.39 | 0.19 | - |
| YUV | 29.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 0 | 0 | 0.33 | 1 | 0.83 | 40.47 | 1 | 0.08 |
| Hex | 2B | 1D | 0 | 0 | 21 | 64 | 53 | 28 | 64 | 8 |
| Octal | 53 | 35 | 0 | 0 | 41 | 144 | 123 | 50 | 144 | 10 |
| Binary | 101011 | 11101 | 0 | 0 | 100001 | 1100100 | 1010011 | 101000 | 1100100 | 1000 |
Color Harmonies of #2B1D00
Complementary color
Monochromatic Colors of #2B1D00
Black with #2B1D00
Text Example
Text Example
White with #2B1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D00; }
p { color: rgb(43,29,0); }
H1.HeaderClassName
{
color: #2B1D00;
}
.AnyTagClassName
{
color: #2B1D00;
}
</style>
background-color css
<style>
a { background-color: #2B1D00; }
a { background-color: rgb(43,29,0); }
div.DivClassName
{
background-color: #2B1D00;
}
.BgClassName
{
background-color: #2B1D00;
}
</style>
border-color css
<style>
span { border-color: #2B1D00; }
span { border-color: rgb(43,29,0); }
td.TdClassName
{
border-color: #2B1D00;
}
.TagClassName
{
border-color: #2B1D00;
}
</style>