Shades of Black Magic #2D220B
Tints of Black Magic #2D220B
RGB
CMYK
RGB Variations
Color information
#2D220B (or 0x2D220B) is known color: Black Magic. HEX triplet: 2D, 22 and 0B. RGB value is (45,34,11). Sum of RGB (Red+Green+Blue) = 45+34+11=90 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 45 - color contains mainly: red. Hex color #2D220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D220B is #D2DDF4. Grayscale: #222222. Windows color (decimal): -13819381 or 729645. OLE color: 729645.
HSL color Cylindrical-coordinate representation of color #2D220B: hue angle of 40.59º 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 #2D220B is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 34 | 11 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.82 |
| HSL | 40.59º | 0.61% | 0.11% | - |
| HSV(B) | 40.59º | 0.76% | 0.18% | - |
| XYZ | 1.71 | 1.73 | 0.56 | - |
| YUV | 34.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 11 | 0 | 0.24 | 0.76 | 0.82 | 40.59 | 0.61 | 0.11 |
| Hex | 2D | 22 | B | 0 | 18 | 4C | 52 | 29 | 3D | B |
| Octal | 55 | 42 | 13 | 0 | 30 | 114 | 122 | 51 | 75 | 13 |
| Binary | 101101 | 100010 | 1011 | 0 | 11000 | 1001100 | 1010010 | 101001 | 111101 | 1011 |
Color Harmonies of #2D220B
Complementary color
Monochromatic Colors of #2D220B
Black with #2D220B
Text Example
Text Example
White with #2D220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D220B; }
p { color: rgb(45,34,11); }
H1.HeaderClassName
{
color: #2D220B;
}
.AnyTagClassName
{
color: #2D220B;
}
</style>
background-color css
<style>
a { background-color: #2D220B; }
a { background-color: rgb(45,34,11); }
div.DivClassName
{
background-color: #2D220B;
}
.BgClassName
{
background-color: #2D220B;
}
</style>
border-color css
<style>
span { border-color: #2D220B; }
span { border-color: rgb(45,34,11); }
td.TdClassName
{
border-color: #2D220B;
}
.TagClassName
{
border-color: #2D220B;
}
</style>