Shades of Black Magic #262117
Tints of Black Magic #262117
RGB
CMYK
RGB Variations
Color information
#262117 (or 0x262117) is known color: Black Magic. HEX triplet: 26, 21 and 17. RGB value is (38,33,23). Sum of RGB (Red+Green+Blue) = 38+33+23=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #262117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262117 is #D9DEE8. Grayscale: #212121. Windows color (decimal): -14278377 or 1515814. OLE color: 1515814.
HSL color Cylindrical-coordinate representation of color #262117: hue angle of 40º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #262117 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 33 | 23 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.85 |
| HSL | 40º | 0.25% | 0.12% | - |
| HSV(B) | 40º | 0.39% | 0.15% | - |
| XYZ | 1.5 | 1.56 | 1.03 | - |
| YUV | 33.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 23 | 0 | 0.13 | 0.39 | 0.85 | 40 | 0.25 | 0.12 |
| Hex | 26 | 21 | 17 | 0 | D | 27 | 55 | 28 | 19 | C |
| Octal | 46 | 41 | 27 | 0 | 15 | 47 | 125 | 50 | 31 | 14 |
| Binary | 100110 | 100001 | 10111 | 0 | 1101 | 100111 | 1010101 | 101000 | 11001 | 1100 |
Color Harmonies of #262117
Complementary color
Monochromatic Colors of #262117
Black with #262117
Text Example
Text Example
White with #262117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262117; }
p { color: rgb(38,33,23); }
H1.HeaderClassName
{
color: #262117;
}
.AnyTagClassName
{
color: #262117;
}
</style>
background-color css
<style>
a { background-color: #262117; }
a { background-color: rgb(38,33,23); }
div.DivClassName
{
background-color: #262117;
}
.BgClassName
{
background-color: #262117;
}
</style>
border-color css
<style>
span { border-color: #262117; }
span { border-color: rgb(38,33,23); }
td.TdClassName
{
border-color: #262117;
}
.TagClassName
{
border-color: #262117;
}
</style>