Shades of Black Magic #2E2B23
Tints of Black Magic #2E2B23
RGB
CMYK
RGB Variations
Color information
#2E2B23 (or 0x2E2B23) is known color: Black Magic. HEX triplet: 2E, 2B and 23. RGB value is (46,43,35). Sum of RGB (Red+Green+Blue) = 46+43+35=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B23 is #D1D4DC. Grayscale: #2B2B2B. Windows color (decimal): -13751517 or 2304814. OLE color: 2304814.
HSL color Cylindrical-coordinate representation of color #2E2B23: hue angle of 43.64º 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 #2E2B23 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 43 | 35 | - |
CMYK | 0 | 0.07 | 0.24 | 0.82 |
HSL | 43.64º | 0.14% | 0.16% | - |
HSV(B) | 43.64º | 0.24% | 0.18% | - |
XYZ | 2.29 | 2.43 | 1.94 | - |
YUV | 42.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 43 | 35 | 0 | 0.07 | 0.24 | 0.82 | 43.64 | 0.14 | 0.16 |
Hex | 2E | 2B | 23 | 0 | 7 | 18 | 52 | 2C | E | 10 |
Octal | 56 | 53 | 43 | 0 | 7 | 30 | 122 | 54 | 16 | 20 |
Binary | 101110 | 101011 | 100011 | 0 | 111 | 11000 | 1010010 | 101100 | 1110 | 10000 |
Color Harmonies of #2E2B23
Complementary color
Monochromatic Colors of #2E2B23
Black with #2E2B23
Text Example
Text Example
White with #2E2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B23; }
p { color: rgb(46,43,35); }
H1.HeaderClassName
{
color: #2E2B23;
}
.AnyTagClassName
{
color: #2E2B23;
}
</style>
background-color css
<style>
a { background-color: #2E2B23; }
a { background-color: rgb(46,43,35); }
div.DivClassName
{
background-color: #2E2B23;
}
.BgClassName
{
background-color: #2E2B23;
}
</style>
border-color css
<style>
span { border-color: #2E2B23; }
span { border-color: rgb(46,43,35); }
td.TdClassName
{
border-color: #2E2B23;
}
.TagClassName
{
border-color: #2E2B23;
}
</style>