Shades of Black Magic #2A241B
Tints of Black Magic #2A241B
RGB
CMYK
RGB Variations
Color information
#2A241B (or 0x2A241B) is known color: Black Magic. HEX triplet: 2A, 24 and 1B. RGB value is (42,36,27). Sum of RGB (Red+Green+Blue) = 42+36+27=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A241B is #D5DBE4. Grayscale: #242424. Windows color (decimal): -14015461 or 1778730. OLE color: 1778730.
HSL color Cylindrical-coordinate representation of color #2A241B: hue angle of 36º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A241B is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 36 | 27 | - |
CMYK | 0 | 0.14 | 0.36 | 0.84 |
HSL | 36º | 0.22% | 0.14% | - |
HSV(B) | 36º | 0.36% | 0.16% | - |
XYZ | 1.78 | 1.83 | 1.3 | - |
YUV | 36.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 36 | 27 | 0 | 0.14 | 0.36 | 0.84 | 36 | 0.22 | 0.14 |
Hex | 2A | 24 | 1B | 0 | E | 24 | 54 | 24 | 16 | E |
Octal | 52 | 44 | 33 | 0 | 16 | 44 | 124 | 44 | 26 | 16 |
Binary | 101010 | 100100 | 11011 | 0 | 1110 | 100100 | 1010100 | 100100 | 10110 | 1110 |
Color Harmonies of #2A241B
Complementary color
Monochromatic Colors of #2A241B
Black with #2A241B
Text Example
Text Example
White with #2A241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A241B; }
p { color: rgb(42,36,27); }
H1.HeaderClassName
{
color: #2A241B;
}
.AnyTagClassName
{
color: #2A241B;
}
</style>
background-color css
<style>
a { background-color: #2A241B; }
a { background-color: rgb(42,36,27); }
div.DivClassName
{
background-color: #2A241B;
}
.BgClassName
{
background-color: #2A241B;
}
</style>
border-color css
<style>
span { border-color: #2A241B; }
span { border-color: rgb(42,36,27); }
td.TdClassName
{
border-color: #2A241B;
}
.TagClassName
{
border-color: #2A241B;
}
</style>