Shades of Black Magic #261B08
Tints of Black Magic #261B08
RGB
CMYK
RGB Variations
Color information
#261B08 (or 0x261B08) is known color: Black Magic. HEX triplet: 26, 1B and 08. RGB value is (38,27,8). Sum of RGB (Red+Green+Blue) = 38+27+8=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #261B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B08 is #D9E4F7. Grayscale: #1C1C1C. Windows color (decimal): -14279928 or 531238. OLE color: 531238.
HSL color Cylindrical-coordinate representation of color #261B08: hue angle of 38º 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 #261B08 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 8 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.85 |
| HSL | 38º | 0.65% | 0.09% | - |
| HSV(B) | 38º | 0.79% | 0.15% | - |
| XYZ | 1.24 | 1.21 | 0.4 | - |
| YUV | 28.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 8 | 0 | 0.29 | 0.79 | 0.85 | 38 | 0.65 | 0.09 |
| Hex | 26 | 1B | 8 | 0 | 1D | 4F | 55 | 26 | 41 | 9 |
| Octal | 46 | 33 | 10 | 0 | 35 | 117 | 125 | 46 | 101 | 11 |
| Binary | 100110 | 11011 | 1000 | 0 | 11101 | 1001111 | 1010101 | 100110 | 1000001 | 1001 |
Color Harmonies of #261B08
Complementary color
Monochromatic Colors of #261B08
Black with #261B08
Text Example
Text Example
White with #261B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B08; }
p { color: rgb(38,27,8); }
H1.HeaderClassName
{
color: #261B08;
}
.AnyTagClassName
{
color: #261B08;
}
</style>
background-color css
<style>
a { background-color: #261B08; }
a { background-color: rgb(38,27,8); }
div.DivClassName
{
background-color: #261B08;
}
.BgClassName
{
background-color: #261B08;
}
</style>
border-color css
<style>
span { border-color: #261B08; }
span { border-color: rgb(38,27,8); }
td.TdClassName
{
border-color: #261B08;
}
.TagClassName
{
border-color: #261B08;
}
</style>