Shades of Black Magic #261F11
Tints of Black Magic #261F11
RGB
CMYK
RGB Variations
Color information
#261F11 (or 0x261F11) is known color: Black Magic. HEX triplet: 26, 1F and 11. RGB value is (38,31,17). Sum of RGB (Red+Green+Blue) = 38+31+17=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 38 - color contains mainly: red. Hex color #261F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F11 is #D9E0EE. Grayscale: #1F1F1F. Windows color (decimal): -14278895 or 1122086. OLE color: 1122086.
HSL color Cylindrical-coordinate representation of color #261F11: hue angle of 40º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261F11 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 17 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.85 |
| HSL | 40º | 0.38% | 0.11% | - |
| HSV(B) | 40º | 0.55% | 0.15% | - |
| XYZ | 1.39 | 1.43 | 0.73 | - |
| YUV | 31.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 17 | 0 | 0.18 | 0.55 | 0.85 | 40 | 0.38 | 0.11 |
| Hex | 26 | 1F | 11 | 0 | 12 | 37 | 55 | 28 | 26 | B |
| Octal | 46 | 37 | 21 | 0 | 22 | 67 | 125 | 50 | 46 | 13 |
| Binary | 100110 | 11111 | 10001 | 0 | 10010 | 110111 | 1010101 | 101000 | 100110 | 1011 |
Color Harmonies of #261F11
Complementary color
Monochromatic Colors of #261F11
Black with #261F11
Text Example
Text Example
White with #261F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F11; }
p { color: rgb(38,31,17); }
H1.HeaderClassName
{
color: #261F11;
}
.AnyTagClassName
{
color: #261F11;
}
</style>
background-color css
<style>
a { background-color: #261F11; }
a { background-color: rgb(38,31,17); }
div.DivClassName
{
background-color: #261F11;
}
.BgClassName
{
background-color: #261F11;
}
</style>
border-color css
<style>
span { border-color: #261F11; }
span { border-color: rgb(38,31,17); }
td.TdClassName
{
border-color: #261F11;
}
.TagClassName
{
border-color: #261F11;
}
</style>