Shades of Black Magic #2A2317
Tints of Black Magic #2A2317
RGB
CMYK
RGB Variations
Color information
#2A2317 (or 0x2A2317) is known color: Black Magic. HEX triplet: 2A, 23 and 17. RGB value is (42,35,23). Sum of RGB (Red+Green+Blue) = 42+35+23=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2317 is #D5DCE8. Grayscale: #232323. Windows color (decimal): -14015721 or 1516330. OLE color: 1516330.
HSL color Cylindrical-coordinate representation of color #2A2317: hue angle of 37.89º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A2317 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 35 | 23 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.84 |
| HSL | 37.89º | 0.29% | 0.13% | - |
| HSV(B) | 37.89º | 0.45% | 0.16% | - |
| XYZ | 1.71 | 1.76 | 1.06 | - |
| YUV | 35.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 23 | 0 | 0.17 | 0.45 | 0.84 | 37.89 | 0.29 | 0.13 |
| Hex | 2A | 23 | 17 | 0 | 11 | 2D | 54 | 26 | 1D | D |
| Octal | 52 | 43 | 27 | 0 | 21 | 55 | 124 | 46 | 35 | 15 |
| Binary | 101010 | 100011 | 10111 | 0 | 10001 | 101101 | 1010100 | 100110 | 11101 | 1101 |
Color Harmonies of #2A2317
Complementary color
Monochromatic Colors of #2A2317
Black with #2A2317
Text Example
Text Example
White with #2A2317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2317; }
p { color: rgb(42,35,23); }
H1.HeaderClassName
{
color: #2A2317;
}
.AnyTagClassName
{
color: #2A2317;
}
</style>
background-color css
<style>
a { background-color: #2A2317; }
a { background-color: rgb(42,35,23); }
div.DivClassName
{
background-color: #2A2317;
}
.BgClassName
{
background-color: #2A2317;
}
</style>
border-color css
<style>
span { border-color: #2A2317; }
span { border-color: rgb(42,35,23); }
td.TdClassName
{
border-color: #2A2317;
}
.TagClassName
{
border-color: #2A2317;
}
</style>