Shades of Black Magic #261C08
Tints of Black Magic #261C08
RGB
CMYK
RGB Variations
Color information
#261C08 (or 0x261C08) is known color: Black Magic. HEX triplet: 26, 1C and 08. RGB value is (38,28,8). Sum of RGB (Red+Green+Blue) = 38+28+8=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C08 is #D9E3F7. Grayscale: #1C1C1C. Windows color (decimal): -14279672 or 531494. OLE color: 531494.
HSL color Cylindrical-coordinate representation of color #261C08: hue angle of 40º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261C08 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 8 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.85 |
| HSL | 40º | 0.65% | 0.09% | - |
| HSV(B) | 40º | 0.79% | 0.15% | - |
| XYZ | 1.26 | 1.26 | 0.41 | - |
| YUV | 28.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 8 | 0 | 0.26 | 0.79 | 0.85 | 40 | 0.65 | 0.09 |
| Hex | 26 | 1C | 8 | 0 | 1A | 4F | 55 | 28 | 41 | 9 |
| Octal | 46 | 34 | 10 | 0 | 32 | 117 | 125 | 50 | 101 | 11 |
| Binary | 100110 | 11100 | 1000 | 0 | 11010 | 1001111 | 1010101 | 101000 | 1000001 | 1001 |
Color Harmonies of #261C08
Complementary color
Monochromatic Colors of #261C08
Black with #261C08
Text Example
Text Example
White with #261C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C08; }
p { color: rgb(38,28,8); }
H1.HeaderClassName
{
color: #261C08;
}
.AnyTagClassName
{
color: #261C08;
}
</style>
background-color css
<style>
a { background-color: #261C08; }
a { background-color: rgb(38,28,8); }
div.DivClassName
{
background-color: #261C08;
}
.BgClassName
{
background-color: #261C08;
}
</style>
border-color css
<style>
span { border-color: #261C08; }
span { border-color: rgb(38,28,8); }
td.TdClassName
{
border-color: #261C08;
}
.TagClassName
{
border-color: #261C08;
}
</style>