Shades of Black Magic #2E2B27
Tints of Black Magic #2E2B27
RGB
CMYK
RGB Variations
Color information
#2E2B27 (or 0x2E2B27) is known color: Black Magic. HEX triplet: 2E, 2B and 27. RGB value is (46,43,39). Sum of RGB (Red+Green+Blue) = 46+43+39=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B27 is #D1D4D8. Grayscale: #2B2B2B. Windows color (decimal): -13751513 or 2566958. OLE color: 2566958.
HSL color Cylindrical-coordinate representation of color #2E2B27: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E2B27 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 43 | 39 | - |
CMYK | 0 | 0.07 | 0.15 | 0.82 |
HSL | 34.29º | 0.08% | 0.17% | - |
HSV(B) | 34.29º | 0.15% | 0.18% | - |
XYZ | 2.36 | 2.46 | 2.27 | - |
YUV | 43.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 43 | 39 | 0 | 0.07 | 0.15 | 0.82 | 34.29 | 0.08 | 0.17 |
Hex | 2E | 2B | 27 | 0 | 7 | F | 52 | 22 | 8 | 11 |
Octal | 56 | 53 | 47 | 0 | 7 | 17 | 122 | 42 | 10 | 21 |
Binary | 101110 | 101011 | 100111 | 0 | 111 | 1111 | 1010010 | 100010 | 1000 | 10001 |
Color Harmonies of #2E2B27
Complementary color
Monochromatic Colors of #2E2B27
Black with #2E2B27
Text Example
Text Example
White with #2E2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B27; }
p { color: rgb(46,43,39); }
H1.HeaderClassName
{
color: #2E2B27;
}
.AnyTagClassName
{
color: #2E2B27;
}
</style>
background-color css
<style>
a { background-color: #2E2B27; }
a { background-color: rgb(46,43,39); }
div.DivClassName
{
background-color: #2E2B27;
}
.BgClassName
{
background-color: #2E2B27;
}
</style>
border-color css
<style>
span { border-color: #2E2B27; }
span { border-color: rgb(46,43,39); }
td.TdClassName
{
border-color: #2E2B27;
}
.TagClassName
{
border-color: #2E2B27;
}
</style>