Shades of Black Magic #262420
Tints of Black Magic #262420
RGB
CMYK
RGB Variations
Color information
#262420 (or 0x262420) is known color: Black Magic. HEX triplet: 26, 24 and 20. RGB value is (38,36,32). Sum of RGB (Red+Green+Blue) = 38+36+32=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 38 - color contains mainly: red. Hex color #262420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262420 is #D9DBDF. Grayscale: #242424. Windows color (decimal): -14277600 or 2106406. OLE color: 2106406.
HSL color Cylindrical-coordinate representation of color #262420: hue angle of 40º degrees, saturation: 0.09, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #262420 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 36 | 32 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.85 |
| HSL | 40º | 0.09% | 0.14% | - |
| HSV(B) | 40º | 0.16% | 0.15% | - |
| XYZ | 1.69 | 1.78 | 1.62 | - |
| YUV | 36.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 32 | 0 | 0.05 | 0.16 | 0.85 | 40 | 0.09 | 0.14 |
| Hex | 26 | 24 | 20 | 0 | 5 | 10 | 55 | 28 | 9 | E |
| Octal | 46 | 44 | 40 | 0 | 5 | 20 | 125 | 50 | 11 | 16 |
| Binary | 100110 | 100100 | 100000 | 0 | 101 | 10000 | 1010101 | 101000 | 1001 | 1110 |
Color Harmonies of #262420
Complementary color
Monochromatic Colors of #262420
Black with #262420
Text Example
Text Example
White with #262420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262420; }
p { color: rgb(38,36,32); }
H1.HeaderClassName
{
color: #262420;
}
.AnyTagClassName
{
color: #262420;
}
</style>
background-color css
<style>
a { background-color: #262420; }
a { background-color: rgb(38,36,32); }
div.DivClassName
{
background-color: #262420;
}
.BgClassName
{
background-color: #262420;
}
</style>
border-color css
<style>
span { border-color: #262420; }
span { border-color: rgb(38,36,32); }
td.TdClassName
{
border-color: #262420;
}
.TagClassName
{
border-color: #262420;
}
</style>