Shades of Black Magic #2E251A
Tints of Black Magic #2E251A
RGB
CMYK
RGB Variations
Color information
#2E251A (or 0x2E251A) is known color: Black Magic. HEX triplet: 2E, 25 and 1A. RGB value is (46,37,26). Sum of RGB (Red+Green+Blue) = 46+37+26=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E251A is #D1DAE5. Grayscale: #262626. Windows color (decimal): -13753062 or 1713454. OLE color: 1713454.
HSL color Cylindrical-coordinate representation of color #2E251A: hue angle of 33º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E251A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 26 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.82 |
| HSL | 33º | 0.28% | 0.14% | - |
| HSV(B) | 33º | 0.43% | 0.18% | - |
| XYZ | 1.97 | 1.98 | 1.26 | - |
| YUV | 38.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 26 | 0 | 0.20 | 0.43 | 0.82 | 33 | 0.28 | 0.14 |
| Hex | 2E | 25 | 1A | 0 | 14 | 2B | 52 | 21 | 1C | E |
| Octal | 56 | 45 | 32 | 0 | 24 | 53 | 122 | 41 | 34 | 16 |
| Binary | 101110 | 100101 | 11010 | 0 | 10100 | 101011 | 1010010 | 100001 | 11100 | 1110 |
Color Harmonies of #2E251A
Complementary color
Monochromatic Colors of #2E251A
Black with #2E251A
Text Example
Text Example
White with #2E251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E251A; }
p { color: rgb(46,37,26); }
H1.HeaderClassName
{
color: #2E251A;
}
.AnyTagClassName
{
color: #2E251A;
}
</style>
background-color css
<style>
a { background-color: #2E251A; }
a { background-color: rgb(46,37,26); }
div.DivClassName
{
background-color: #2E251A;
}
.BgClassName
{
background-color: #2E251A;
}
</style>
border-color css
<style>
span { border-color: #2E251A; }
span { border-color: rgb(46,37,26); }
td.TdClassName
{
border-color: #2E251A;
}
.TagClassName
{
border-color: #2E251A;
}
</style>