Shades of Black Magic #221C12
Tints of Black Magic #221C12
RGB
CMYK
RGB Variations
Color information
#221C12 (or 0x221C12) is known color: Black Magic. HEX triplet: 22, 1C and 12. RGB value is (34,28,18). Sum of RGB (Red+Green+Blue) = 34+28+18=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C12 is #DDE3ED. Grayscale: #1C1C1C. Windows color (decimal): -14541806 or 1186850. OLE color: 1186850.
HSL color Cylindrical-coordinate representation of color #221C12: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #221C12 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 28 | 18 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.87 |
| HSL | 37.5º | 0.31% | 0.1% | - |
| HSV(B) | 37.5º | 0.47% | 0.13% | - |
| XYZ | 1.18 | 1.21 | 0.74 | - |
| YUV | 28.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 18 | 0 | 0.18 | 0.47 | 0.87 | 37.5 | 0.31 | 0.1 |
| Hex | 22 | 1C | 12 | 0 | 12 | 2F | 57 | 26 | 1F | A |
| Octal | 42 | 34 | 22 | 0 | 22 | 57 | 127 | 46 | 37 | 12 |
| Binary | 100010 | 11100 | 10010 | 0 | 10010 | 101111 | 1010111 | 100110 | 11111 | 1010 |
Color Harmonies of #221C12
Complementary color
Monochromatic Colors of #221C12
Black with #221C12
Text Example
Text Example
White with #221C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C12; }
p { color: rgb(34,28,18); }
H1.HeaderClassName
{
color: #221C12;
}
.AnyTagClassName
{
color: #221C12;
}
</style>
background-color css
<style>
a { background-color: #221C12; }
a { background-color: rgb(34,28,18); }
div.DivClassName
{
background-color: #221C12;
}
.BgClassName
{
background-color: #221C12;
}
</style>
border-color css
<style>
span { border-color: #221C12; }
span { border-color: rgb(34,28,18); }
td.TdClassName
{
border-color: #221C12;
}
.TagClassName
{
border-color: #221C12;
}
</style>