Shades of Black Magic #2D210B
Tints of Black Magic #2D210B
RGB
CMYK
RGB Variations
Color information
#2D210B (or 0x2D210B) is known color: Black Magic. HEX triplet: 2D, 21 and 0B. RGB value is (45,33,11). Sum of RGB (Red+Green+Blue) = 45+33+11=89 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50.56% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 45 - color contains mainly: red. Hex color #2D210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D210B is #D2DEF4. Grayscale: #222222. Windows color (decimal): -13819637 or 729389. OLE color: 729389.
HSL color Cylindrical-coordinate representation of color #2D210B: hue angle of 38.82º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D210B is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 33 | 11 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.82 |
| HSL | 38.82º | 0.61% | 0.11% | - |
| HSV(B) | 38.82º | 0.76% | 0.18% | - |
| XYZ | 1.69 | 1.67 | 0.55 | - |
| YUV | 34.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 11 | 0 | 0.27 | 0.76 | 0.82 | 38.82 | 0.61 | 0.11 |
| Hex | 2D | 21 | B | 0 | 1B | 4C | 52 | 27 | 3D | B |
| Octal | 55 | 41 | 13 | 0 | 33 | 114 | 122 | 47 | 75 | 13 |
| Binary | 101101 | 100001 | 1011 | 0 | 11011 | 1001100 | 1010010 | 100111 | 111101 | 1011 |
Color Harmonies of #2D210B
Complementary color
Monochromatic Colors of #2D210B
Black with #2D210B
Text Example
Text Example
White with #2D210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D210B; }
p { color: rgb(45,33,11); }
H1.HeaderClassName
{
color: #2D210B;
}
.AnyTagClassName
{
color: #2D210B;
}
</style>
background-color css
<style>
a { background-color: #2D210B; }
a { background-color: rgb(45,33,11); }
div.DivClassName
{
background-color: #2D210B;
}
.BgClassName
{
background-color: #2D210B;
}
</style>
border-color css
<style>
span { border-color: #2D210B; }
span { border-color: rgb(45,33,11); }
td.TdClassName
{
border-color: #2D210B;
}
.TagClassName
{
border-color: #2D210B;
}
</style>