Shades of Black Magic #261A04
Tints of Black Magic #261A04
RGB
CMYK
RGB Variations
Color information
#261A04 (or 0x261A04) is known color: Black Magic. HEX triplet: 26, 1A and 04. RGB value is (38,26,4). Sum of RGB (Red+Green+Blue) = 38+26+4=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A04 is #D9E5FB. Grayscale: #1B1B1B. Windows color (decimal): -14280188 or 268838. OLE color: 268838.
HSL color Cylindrical-coordinate representation of color #261A04: hue angle of 38.82º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261A04 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 4 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.85 |
| HSL | 38.82º | 0.81% | 0.08% | - |
| HSV(B) | 38.82º | 0.89% | 0.15% | - |
| XYZ | 1.19 | 1.16 | 0.28 | - |
| YUV | 27.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 4 | 0 | 0.32 | 0.89 | 0.85 | 38.82 | 0.81 | 0.08 |
| Hex | 26 | 1A | 4 | 0 | 20 | 59 | 55 | 27 | 51 | 8 |
| Octal | 46 | 32 | 4 | 0 | 40 | 131 | 125 | 47 | 121 | 10 |
| Binary | 100110 | 11010 | 100 | 0 | 100000 | 1011001 | 1010101 | 100111 | 1010001 | 1000 |
Color Harmonies of #261A04
Complementary color
Monochromatic Colors of #261A04
Black with #261A04
Text Example
Text Example
White with #261A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A04; }
p { color: rgb(38,26,4); }
H1.HeaderClassName
{
color: #261A04;
}
.AnyTagClassName
{
color: #261A04;
}
</style>
background-color css
<style>
a { background-color: #261A04; }
a { background-color: rgb(38,26,4); }
div.DivClassName
{
background-color: #261A04;
}
.BgClassName
{
background-color: #261A04;
}
</style>
border-color css
<style>
span { border-color: #261A04; }
span { border-color: rgb(38,26,4); }
td.TdClassName
{
border-color: #261A04;
}
.TagClassName
{
border-color: #261A04;
}
</style>