Shades of Black Magic #2A2825
Tints of Black Magic #2A2825
RGB
CMYK
RGB Variations
Color information
#2A2825 (or 0x2A2825) is known color: Black Magic. HEX triplet: 2A, 28 and 25. RGB value is (42,40,37). Sum of RGB (Red+Green+Blue) = 42+40+37=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2825 is #D5D7DA. Grayscale: #282828. Windows color (decimal): -14014427 or 2435114. OLE color: 2435114.
HSL color Cylindrical-coordinate representation of color #2A2825: hue angle of 36º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2A2825 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 40 | 37 | - |
CMYK | 0 | 0.05 | 0.12 | 0.84 |
HSL | 36º | 0.06% | 0.15% | - |
HSV(B) | 36º | 0.12% | 0.16% | - |
XYZ | 2.05 | 2.14 | 2.06 | - |
YUV | 40.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 40 | 37 | 0 | 0.05 | 0.12 | 0.84 | 36 | 0.06 | 0.15 |
Hex | 2A | 28 | 25 | 0 | 5 | C | 54 | 24 | 6 | F |
Octal | 52 | 50 | 45 | 0 | 5 | 14 | 124 | 44 | 6 | 17 |
Binary | 101010 | 101000 | 100101 | 0 | 101 | 1100 | 1010100 | 100100 | 110 | 1111 |
Color Harmonies of #2A2825
Complementary color
Monochromatic Colors of #2A2825
Black with #2A2825
Text Example
Text Example
White with #2A2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2825; }
p { color: rgb(42,40,37); }
H1.HeaderClassName
{
color: #2A2825;
}
.AnyTagClassName
{
color: #2A2825;
}
</style>
background-color css
<style>
a { background-color: #2A2825; }
a { background-color: rgb(42,40,37); }
div.DivClassName
{
background-color: #2A2825;
}
.BgClassName
{
background-color: #2A2825;
}
</style>
border-color css
<style>
span { border-color: #2A2825; }
span { border-color: rgb(42,40,37); }
td.TdClassName
{
border-color: #2A2825;
}
.TagClassName
{
border-color: #2A2825;
}
</style>