Shades of Black Magic #2E2A25
Tints of Black Magic #2E2A25
RGB
CMYK
RGB Variations
Color information
#2E2A25 (or 0x2E2A25) is known color: Black Magic. HEX triplet: 2E, 2A and 25. RGB value is (46,42,37). Sum of RGB (Red+Green+Blue) = 46+42+37=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2A25 is #D1D5DA. Grayscale: #2A2A2A. Windows color (decimal): -13751771 or 2435630. OLE color: 2435630.
HSL color Cylindrical-coordinate representation of color #2E2A25: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2E2A25 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 42 | 37 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.82 |
| HSL | 33.33º | 0.11% | 0.16% | - |
| HSV(B) | 33.33º | 0.2% | 0.18% | - |
| XYZ | 2.29 | 2.37 | 2.09 | - |
| YUV | 42.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 37 | 0 | 0.09 | 0.20 | 0.82 | 33.33 | 0.11 | 0.16 |
| Hex | 2E | 2A | 25 | 0 | 9 | 14 | 52 | 21 | B | 10 |
| Octal | 56 | 52 | 45 | 0 | 11 | 24 | 122 | 41 | 13 | 20 |
| Binary | 101110 | 101010 | 100101 | 0 | 1001 | 10100 | 1010010 | 100001 | 1011 | 10000 |
Color Harmonies of #2E2A25
Complementary color
Monochromatic Colors of #2E2A25
Black with #2E2A25
Text Example
Text Example
White with #2E2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A25; }
p { color: rgb(46,42,37); }
H1.HeaderClassName
{
color: #2E2A25;
}
.AnyTagClassName
{
color: #2E2A25;
}
</style>
background-color css
<style>
a { background-color: #2E2A25; }
a { background-color: rgb(46,42,37); }
div.DivClassName
{
background-color: #2E2A25;
}
.BgClassName
{
background-color: #2E2A25;
}
</style>
border-color css
<style>
span { border-color: #2E2A25; }
span { border-color: rgb(46,42,37); }
td.TdClassName
{
border-color: #2E2A25;
}
.TagClassName
{
border-color: #2E2A25;
}
</style>