Shades of Black Magic #2B2314
Tints of Black Magic #2B2314
RGB
CMYK
RGB Variations
Color information
#2B2314 (or 0x2B2314) is known color: Black Magic. HEX triplet: 2B, 23 and 14. RGB value is (43,35,20). Sum of RGB (Red+Green+Blue) = 43+35+20=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2314 is #D4DCEB. Grayscale: #232323. Windows color (decimal): -13950188 or 1319723. OLE color: 1319723.
HSL color Cylindrical-coordinate representation of color #2B2314: hue angle of 39.13º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2314 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 20 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.83 |
| HSL | 39.13º | 0.37% | 0.12% | - |
| HSV(B) | 39.13º | 0.53% | 0.17% | - |
| XYZ | 1.72 | 1.77 | 0.91 | - |
| YUV | 35.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 20 | 0 | 0.19 | 0.53 | 0.83 | 39.13 | 0.37 | 0.12 |
| Hex | 2B | 23 | 14 | 0 | 13 | 35 | 53 | 27 | 25 | C |
| Octal | 53 | 43 | 24 | 0 | 23 | 65 | 123 | 47 | 45 | 14 |
| Binary | 101011 | 100011 | 10100 | 0 | 10011 | 110101 | 1010011 | 100111 | 100101 | 1100 |
Color Harmonies of #2B2314
Complementary color
Monochromatic Colors of #2B2314
Black with #2B2314
Text Example
Text Example
White with #2B2314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2314; }
p { color: rgb(43,35,20); }
H1.HeaderClassName
{
color: #2B2314;
}
.AnyTagClassName
{
color: #2B2314;
}
</style>
background-color css
<style>
a { background-color: #2B2314; }
a { background-color: rgb(43,35,20); }
div.DivClassName
{
background-color: #2B2314;
}
.BgClassName
{
background-color: #2B2314;
}
</style>
border-color css
<style>
span { border-color: #2B2314; }
span { border-color: rgb(43,35,20); }
td.TdClassName
{
border-color: #2B2314;
}
.TagClassName
{
border-color: #2B2314;
}
</style>