Shades of Black Magic #2B2823
Tints of Black Magic #2B2823
RGB
CMYK
RGB Variations
Color information
#2B2823 (or 0x2B2823) is known color: Black Magic. HEX triplet: 2B, 28 and 23. RGB value is (43,40,35). Sum of RGB (Red+Green+Blue) = 43+40+35=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2823 is #D4D7DC. Grayscale: #282828. Windows color (decimal): -13948893 or 2304043. OLE color: 2304043.
HSL color Cylindrical-coordinate representation of color #2B2823: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B2823 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 35 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.83 |
| HSL | 37.5º | 0.1% | 0.15% | - |
| HSV(B) | 37.5º | 0.19% | 0.17% | - |
| XYZ | 2.06 | 2.15 | 1.9 | - |
| YUV | 40.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 35 | 0 | 0.07 | 0.19 | 0.83 | 37.5 | 0.1 | 0.15 |
| Hex | 2B | 28 | 23 | 0 | 7 | 13 | 53 | 26 | A | F |
| Octal | 53 | 50 | 43 | 0 | 7 | 23 | 123 | 46 | 12 | 17 |
| Binary | 101011 | 101000 | 100011 | 0 | 111 | 10011 | 1010011 | 100110 | 1010 | 1111 |
Color Harmonies of #2B2823
Complementary color
Monochromatic Colors of #2B2823
Black with #2B2823
Text Example
Text Example
White with #2B2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2823; }
p { color: rgb(43,40,35); }
H1.HeaderClassName
{
color: #2B2823;
}
.AnyTagClassName
{
color: #2B2823;
}
</style>
background-color css
<style>
a { background-color: #2B2823; }
a { background-color: rgb(43,40,35); }
div.DivClassName
{
background-color: #2B2823;
}
.BgClassName
{
background-color: #2B2823;
}
</style>
border-color css
<style>
span { border-color: #2B2823; }
span { border-color: rgb(43,40,35); }
td.TdClassName
{
border-color: #2B2823;
}
.TagClassName
{
border-color: #2B2823;
}
</style>