Shades of Black Magic #2B200B
Tints of Black Magic #2B200B
RGB
CMYK
RGB Variations
Color information
#2B200B (or 0x2B200B) is known color: Black Magic. HEX triplet: 2B, 20 and 0B. RGB value is (43,32,11). Sum of RGB (Red+Green+Blue) = 43+32+11=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B200B is #D4DFF4. Grayscale: #202020. Windows color (decimal): -13950965 or 729131. OLE color: 729131.
HSL color Cylindrical-coordinate representation of color #2B200B: hue angle of 39.38º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B200B is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 32 | 11 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.83 |
| HSL | 39.38º | 0.59% | 0.11% | - |
| HSV(B) | 39.38º | 0.74% | 0.17% | - |
| XYZ | 1.57 | 1.57 | 0.54 | - |
| YUV | 32.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 11 | 0 | 0.26 | 0.74 | 0.83 | 39.38 | 0.59 | 0.11 |
| Hex | 2B | 20 | B | 0 | 1A | 4A | 53 | 27 | 3B | B |
| Octal | 53 | 40 | 13 | 0 | 32 | 112 | 123 | 47 | 73 | 13 |
| Binary | 101011 | 100000 | 1011 | 0 | 11010 | 1001010 | 1010011 | 100111 | 111011 | 1011 |
Color Harmonies of #2B200B
Complementary color
Monochromatic Colors of #2B200B
Black with #2B200B
Text Example
Text Example
White with #2B200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B200B; }
p { color: rgb(43,32,11); }
H1.HeaderClassName
{
color: #2B200B;
}
.AnyTagClassName
{
color: #2B200B;
}
</style>
background-color css
<style>
a { background-color: #2B200B; }
a { background-color: rgb(43,32,11); }
div.DivClassName
{
background-color: #2B200B;
}
.BgClassName
{
background-color: #2B200B;
}
</style>
border-color css
<style>
span { border-color: #2B200B; }
span { border-color: rgb(43,32,11); }
td.TdClassName
{
border-color: #2B200B;
}
.TagClassName
{
border-color: #2B200B;
}
</style>