Shades of Black Magic #2C241A
Tints of Black Magic #2C241A
RGB
CMYK
RGB Variations
Color information
#2C241A (or 0x2C241A) is known color: Black Magic. HEX triplet: 2C, 24 and 1A. RGB value is (44,36,26). Sum of RGB (Red+Green+Blue) = 44+36+26=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 44 - color contains mainly: red. Hex color #2C241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C241A is #D3DBE5. Grayscale: #252525. Windows color (decimal): -13884390 or 1713196. OLE color: 1713196.
HSL color Cylindrical-coordinate representation of color #2C241A: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C241A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 36 | 26 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.83 |
| HSL | 33.33º | 0.26% | 0.14% | - |
| HSV(B) | 33.33º | 0.41% | 0.17% | - |
| XYZ | 1.86 | 1.87 | 1.24 | - |
| YUV | 37.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 26 | 0 | 0.18 | 0.41 | 0.83 | 33.33 | 0.26 | 0.14 |
| Hex | 2C | 24 | 1A | 0 | 12 | 29 | 53 | 21 | 1A | E |
| Octal | 54 | 44 | 32 | 0 | 22 | 51 | 123 | 41 | 32 | 16 |
| Binary | 101100 | 100100 | 11010 | 0 | 10010 | 101001 | 1010011 | 100001 | 11010 | 1110 |
Color Harmonies of #2C241A
Complementary color
Monochromatic Colors of #2C241A
Black with #2C241A
Text Example
Text Example
White with #2C241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C241A; }
p { color: rgb(44,36,26); }
H1.HeaderClassName
{
color: #2C241A;
}
.AnyTagClassName
{
color: #2C241A;
}
</style>
background-color css
<style>
a { background-color: #2C241A; }
a { background-color: rgb(44,36,26); }
div.DivClassName
{
background-color: #2C241A;
}
.BgClassName
{
background-color: #2C241A;
}
</style>
border-color css
<style>
span { border-color: #2C241A; }
span { border-color: rgb(44,36,26); }
td.TdClassName
{
border-color: #2C241A;
}
.TagClassName
{
border-color: #2C241A;
}
</style>