Shades of Black Magic #402C0D
Tints of Black Magic #402C0D
RGB
CMYK
RGB Variations
Color information
#402C0D (or 0x402C0D) is known color: Black Magic. HEX triplet: 40, 2C and 0D. RGB value is (64,44,13). Sum of RGB (Red+Green+Blue) = 64+44+13=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C0D is #BFD3F2. Grayscale: #2E2E2E. Windows color (decimal): -12571635 or 863296. OLE color: 863296.
HSL color Cylindrical-coordinate representation of color #402C0D: hue angle of 36.47º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402C0D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 13 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.75 |
| HSL | 36.47º | 0.66% | 0.15% | - |
| HSV(B) | 36.47º | 0.8% | 0.25% | - |
| XYZ | 3.09 | 2.92 | 0.78 | - |
| YUV | 46.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 13 | 0 | 0.31 | 0.80 | 0.75 | 36.47 | 0.66 | 0.15 |
| Hex | 40 | 2C | D | 0 | 1F | 50 | 4B | 24 | 42 | F |
| Octal | 100 | 54 | 15 | 0 | 37 | 120 | 113 | 44 | 102 | 17 |
| Binary | 1000000 | 101100 | 1101 | 0 | 11111 | 1010000 | 1001011 | 100100 | 1000010 | 1111 |
Color Harmonies of #402C0D
Complementary color
Monochromatic Colors of #402C0D
Black with #402C0D
Text Example
Text Example
White with #402C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C0D; }
p { color: rgb(64,44,13); }
H1.HeaderClassName
{
color: #402C0D;
}
.AnyTagClassName
{
color: #402C0D;
}
</style>
background-color css
<style>
a { background-color: #402C0D; }
a { background-color: rgb(64,44,13); }
div.DivClassName
{
background-color: #402C0D;
}
.BgClassName
{
background-color: #402C0D;
}
</style>
border-color css
<style>
span { border-color: #402C0D; }
span { border-color: rgb(64,44,13); }
td.TdClassName
{
border-color: #402C0D;
}
.TagClassName
{
border-color: #402C0D;
}
</style>