Shades of Black Magic #2C261D
Tints of Black Magic #2C261D
RGB
CMYK
RGB Variations
Color information
#2C261D (or 0x2C261D) is known color: Black Magic. HEX triplet: 2C, 26 and 1D. RGB value is (44,38,29). Sum of RGB (Red+Green+Blue) = 44+38+29=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 44 - color contains mainly: red. Hex color #2C261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C261D is #D3D9E2. Grayscale: #262626. Windows color (decimal): -13883875 or 1910316. OLE color: 1910316.
HSL color Cylindrical-coordinate representation of color #2C261D: hue angle of 36º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C261D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 38 | 29 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.83 |
| HSL | 36º | 0.21% | 0.14% | - |
| HSV(B) | 36º | 0.34% | 0.17% | - |
| XYZ | 1.95 | 2.01 | 1.45 | - |
| YUV | 38.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 29 | 0 | 0.14 | 0.34 | 0.83 | 36 | 0.21 | 0.14 |
| Hex | 2C | 26 | 1D | 0 | E | 22 | 53 | 24 | 15 | E |
| Octal | 54 | 46 | 35 | 0 | 16 | 42 | 123 | 44 | 25 | 16 |
| Binary | 101100 | 100110 | 11101 | 0 | 1110 | 100010 | 1010011 | 100100 | 10101 | 1110 |
Color Harmonies of #2C261D
Complementary color
Monochromatic Colors of #2C261D
Black with #2C261D
Text Example
Text Example
White with #2C261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C261D; }
p { color: rgb(44,38,29); }
H1.HeaderClassName
{
color: #2C261D;
}
.AnyTagClassName
{
color: #2C261D;
}
</style>
background-color css
<style>
a { background-color: #2C261D; }
a { background-color: rgb(44,38,29); }
div.DivClassName
{
background-color: #2C261D;
}
.BgClassName
{
background-color: #2C261D;
}
</style>
border-color css
<style>
span { border-color: #2C261D; }
span { border-color: rgb(44,38,29); }
td.TdClassName
{
border-color: #2C261D;
}
.TagClassName
{
border-color: #2C261D;
}
</style>