Shades of Nero #262120
Tints of Nero #262120
RGB
CMYK
RGB Variations
Color information
#262120 (or 0x262120) is known color: Nero. HEX triplet: 26, 21 and 20. RGB value is (38,33,32). Sum of RGB (Red+Green+Blue) = 38+33+32=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #262120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262120 is #D9DEDF. Grayscale: #222222. Windows color (decimal): -14278368 or 2105638. OLE color: 2105638.
HSL color Cylindrical-coordinate representation of color #262120: hue angle of 10º 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 #262120 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 33 | 32 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.85 |
| HSL | 10º | 0.09% | 0.14% | - |
| HSV(B) | 10º | 0.16% | 0.15% | - |
| XYZ | 1.6 | 1.6 | 1.59 | - |
| YUV | 34.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 32 | 0 | 0.13 | 0.16 | 0.85 | 10 | 0.09 | 0.14 |
| Hex | 26 | 21 | 20 | 0 | D | 10 | 55 | A | 9 | E |
| Octal | 46 | 41 | 40 | 0 | 15 | 20 | 125 | 12 | 11 | 16 |
| Binary | 100110 | 100001 | 100000 | 0 | 1101 | 10000 | 1010101 | 1010 | 1001 | 1110 |
Color Harmonies of #262120
Complementary color
Monochromatic Colors of #262120
Black with #262120
Text Example
Text Example
White with #262120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262120; }
p { color: rgb(38,33,32); }
H1.HeaderClassName
{
color: #262120;
}
.AnyTagClassName
{
color: #262120;
}
</style>
background-color css
<style>
a { background-color: #262120; }
a { background-color: rgb(38,33,32); }
div.DivClassName
{
background-color: #262120;
}
.BgClassName
{
background-color: #262120;
}
</style>
border-color css
<style>
span { border-color: #262120; }
span { border-color: rgb(38,33,32); }
td.TdClassName
{
border-color: #262120;
}
.TagClassName
{
border-color: #262120;
}
</style>