Shades of Black Magic #27221A
Tints of Black Magic #27221A
RGB
CMYK
RGB Variations
Color information
#27221A (or 0x27221A) is known color: Black Magic. HEX triplet: 27, 22 and 1A. RGB value is (39,34,26). Sum of RGB (Red+Green+Blue) = 39+34+26=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #27221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27221A is #D8DDE5. Grayscale: #222222. Windows color (decimal): -14212582 or 1712679. OLE color: 1712679.
HSL color Cylindrical-coordinate representation of color #27221A: hue angle of 36.92º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27221A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 34 | 26 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.85 |
| HSL | 36.92º | 0.2% | 0.13% | - |
| HSV(B) | 36.92º | 0.33% | 0.15% | - |
| XYZ | 1.6 | 1.65 | 1.21 | - |
| YUV | 34.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 26 | 0 | 0.13 | 0.33 | 0.85 | 36.92 | 0.2 | 0.13 |
| Hex | 27 | 22 | 1A | 0 | D | 21 | 55 | 25 | 14 | D |
| Octal | 47 | 42 | 32 | 0 | 15 | 41 | 125 | 45 | 24 | 15 |
| Binary | 100111 | 100010 | 11010 | 0 | 1101 | 100001 | 1010101 | 100101 | 10100 | 1101 |
Color Harmonies of #27221A
Complementary color
Monochromatic Colors of #27221A
Black with #27221A
Text Example
Text Example
White with #27221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27221A; }
p { color: rgb(39,34,26); }
H1.HeaderClassName
{
color: #27221A;
}
.AnyTagClassName
{
color: #27221A;
}
</style>
background-color css
<style>
a { background-color: #27221A; }
a { background-color: rgb(39,34,26); }
div.DivClassName
{
background-color: #27221A;
}
.BgClassName
{
background-color: #27221A;
}
</style>
border-color css
<style>
span { border-color: #27221A; }
span { border-color: rgb(39,34,26); }
td.TdClassName
{
border-color: #27221A;
}
.TagClassName
{
border-color: #27221A;
}
</style>