Shades of Black Magic #261E11
Tints of Black Magic #261E11
RGB
CMYK
RGB Variations
Color information
#261E11 (or 0x261E11) is known color: Black Magic. HEX triplet: 26, 1E and 11. RGB value is (38,30,17). Sum of RGB (Red+Green+Blue) = 38+30+17=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E11 is #D9E1EE. Grayscale: #1E1E1E. Windows color (decimal): -14279151 or 1121830. OLE color: 1121830.
HSL color Cylindrical-coordinate representation of color #261E11: hue angle of 37.14º 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 #261E11 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 17 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.85 |
| HSL | 37.14º | 0.38% | 0.11% | - |
| HSV(B) | 37.14º | 0.55% | 0.15% | - |
| XYZ | 1.36 | 1.38 | 0.72 | - |
| YUV | 30.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 17 | 0 | 0.21 | 0.55 | 0.85 | 37.14 | 0.38 | 0.11 |
| Hex | 26 | 1E | 11 | 0 | 15 | 37 | 55 | 25 | 26 | B |
| Octal | 46 | 36 | 21 | 0 | 25 | 67 | 125 | 45 | 46 | 13 |
| Binary | 100110 | 11110 | 10001 | 0 | 10101 | 110111 | 1010101 | 100101 | 100110 | 1011 |
Color Harmonies of #261E11
Complementary color
Monochromatic Colors of #261E11
Black with #261E11
Text Example
Text Example
White with #261E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E11; }
p { color: rgb(38,30,17); }
H1.HeaderClassName
{
color: #261E11;
}
.AnyTagClassName
{
color: #261E11;
}
</style>
background-color css
<style>
a { background-color: #261E11; }
a { background-color: rgb(38,30,17); }
div.DivClassName
{
background-color: #261E11;
}
.BgClassName
{
background-color: #261E11;
}
</style>
border-color css
<style>
span { border-color: #261E11; }
span { border-color: rgb(38,30,17); }
td.TdClassName
{
border-color: #261E11;
}
.TagClassName
{
border-color: #261E11;
}
</style>