Shades of Black Magic #2E2A23
Tints of Black Magic #2E2A23
RGB
CMYK
RGB Variations
Color information
#2E2A23 (or 0x2E2A23) is known color: Black Magic. HEX triplet: 2E, 2A and 23. RGB value is (46,42,35). Sum of RGB (Red+Green+Blue) = 46+42+35=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2A23 is #D1D5DC. Grayscale: #2A2A2A. Windows color (decimal): -13751773 or 2304558. OLE color: 2304558.
HSL color Cylindrical-coordinate representation of color #2E2A23: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E2A23 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 42 | 35 | - |
CMYK | 0 | 0.09 | 0.24 | 0.82 |
HSL | 38.18º | 0.14% | 0.16% | - |
HSV(B) | 38.18º | 0.24% | 0.18% | - |
XYZ | 2.26 | 2.36 | 1.93 | - |
YUV | 42.4 | 123.83 | 130.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 42 | 35 | 0 | 0.09 | 0.24 | 0.82 | 38.18 | 0.14 | 0.16 |
Hex | 2E | 2A | 23 | 0 | 9 | 18 | 52 | 26 | E | 10 |
Octal | 56 | 52 | 43 | 0 | 11 | 30 | 122 | 46 | 16 | 20 |
Binary | 101110 | 101010 | 100011 | 0 | 1001 | 11000 | 1010010 | 100110 | 1110 | 10000 |
Color Harmonies of #2E2A23
Complementary color
Monochromatic Colors of #2E2A23
Black with #2E2A23
Text Example
Text Example
White with #2E2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A23; }
p { color: rgb(46,42,35); }
H1.HeaderClassName
{
color: #2E2A23;
}
.AnyTagClassName
{
color: #2E2A23;
}
</style>
background-color css
<style>
a { background-color: #2E2A23; }
a { background-color: rgb(46,42,35); }
div.DivClassName
{
background-color: #2E2A23;
}
.BgClassName
{
background-color: #2E2A23;
}
</style>
border-color css
<style>
span { border-color: #2E2A23; }
span { border-color: rgb(46,42,35); }
td.TdClassName
{
border-color: #2E2A23;
}
.TagClassName
{
border-color: #2E2A23;
}
</style>