Shades of Black Magic #272522
Tints of Black Magic #272522
RGB
CMYK
RGB Variations
Color information
#272522 (or 0x272522) is known color: Black Magic. HEX triplet: 27, 25 and 22. RGB value is (39,37,34). Sum of RGB (Red+Green+Blue) = 39+37+34=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 39 - color contains mainly: red. Hex color #272522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272522 is #D8DADD. Grayscale: #252525. Windows color (decimal): -14211806 or 2237735. OLE color: 2237735.
HSL color Cylindrical-coordinate representation of color #272522: hue angle of 36º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #272522 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 37 | 34 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.85 |
| HSL | 36º | 0.07% | 0.14% | - |
| HSV(B) | 36º | 0.13% | 0.15% | - |
| XYZ | 1.79 | 1.87 | 1.78 | - |
| YUV | 37.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 37 | 34 | 0 | 0.05 | 0.13 | 0.85 | 36 | 0.07 | 0.14 |
| Hex | 27 | 25 | 22 | 0 | 5 | D | 55 | 24 | 7 | E |
| Octal | 47 | 45 | 42 | 0 | 5 | 15 | 125 | 44 | 7 | 16 |
| Binary | 100111 | 100101 | 100010 | 0 | 101 | 1101 | 1010101 | 100100 | 111 | 1110 |
Color Harmonies of #272522
Complementary color
Monochromatic Colors of #272522
Black with #272522
Text Example
Text Example
White with #272522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272522; }
p { color: rgb(39,37,34); }
H1.HeaderClassName
{
color: #272522;
}
.AnyTagClassName
{
color: #272522;
}
</style>
background-color css
<style>
a { background-color: #272522; }
a { background-color: rgb(39,37,34); }
div.DivClassName
{
background-color: #272522;
}
.BgClassName
{
background-color: #272522;
}
</style>
border-color css
<style>
span { border-color: #272522; }
span { border-color: rgb(39,37,34); }
td.TdClassName
{
border-color: #272522;
}
.TagClassName
{
border-color: #272522;
}
</style>