Shades of Black Magic #2E220C
Tints of Black Magic #2E220C
RGB
CMYK
RGB Variations
Color information
#2E220C (or 0x2E220C) is known color: Black Magic. HEX triplet: 2E, 22 and 0C. RGB value is (46,34,12). Sum of RGB (Red+Green+Blue) = 46+34+12=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E220C is #D1DDF3. Grayscale: #232323. Windows color (decimal): -13753844 or 795182. OLE color: 795182.
HSL color Cylindrical-coordinate representation of color #2E220C: hue angle of 38.82º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E220C is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 12 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.82 |
| HSL | 38.82º | 0.59% | 0.11% | - |
| HSV(B) | 38.82º | 0.74% | 0.18% | - |
| XYZ | 1.77 | 1.75 | 0.59 | - |
| YUV | 35.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 12 | 0 | 0.26 | 0.74 | 0.82 | 38.82 | 0.59 | 0.11 |
| Hex | 2E | 22 | C | 0 | 1A | 4A | 52 | 27 | 3B | B |
| Octal | 56 | 42 | 14 | 0 | 32 | 112 | 122 | 47 | 73 | 13 |
| Binary | 101110 | 100010 | 1100 | 0 | 11010 | 1001010 | 1010010 | 100111 | 111011 | 1011 |
Color Harmonies of #2E220C
Complementary color
Monochromatic Colors of #2E220C
Black with #2E220C
Text Example
Text Example
White with #2E220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E220C; }
p { color: rgb(46,34,12); }
H1.HeaderClassName
{
color: #2E220C;
}
.AnyTagClassName
{
color: #2E220C;
}
</style>
background-color css
<style>
a { background-color: #2E220C; }
a { background-color: rgb(46,34,12); }
div.DivClassName
{
background-color: #2E220C;
}
.BgClassName
{
background-color: #2E220C;
}
</style>
border-color css
<style>
span { border-color: #2E220C; }
span { border-color: rgb(46,34,12); }
td.TdClassName
{
border-color: #2E220C;
}
.TagClassName
{
border-color: #2E220C;
}
</style>