Shades of Nero #262424
Tints of Nero #262424
RGB
CMYK
RGB Variations
Color information
#262424 (or 0x262424) is known color: Nero. HEX triplet: 26, 24 and 24. RGB value is (38,36,36). Sum of RGB (Red+Green+Blue) = 38+36+36=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 38 - color contains mainly: red. Hex color #262424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262424 is #D9DBDB. Grayscale: #242424. Windows color (decimal): -14277596 or 2368550. OLE color: 2368550.
HSL color Cylindrical-coordinate representation of color #262424: hue angle of 0º degrees, saturation: 0.03, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #262424 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 36 | 36 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.85 |
| HSL | 0º | 0.03% | 0.15% | - |
| HSV(B) | 0º | 0.05% | 0.15% | - |
| XYZ | 1.75 | 1.8 | 1.92 | - |
| YUV | 36.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 36 | 0 | 0.05 | 0.05 | 0.85 | 0 | 0.03 | 0.15 |
| Hex | 26 | 24 | 24 | 0 | 5 | 5 | 55 | 0 | 3 | F |
| Octal | 46 | 44 | 44 | 0 | 5 | 5 | 125 | 0 | 3 | 17 |
| Binary | 100110 | 100100 | 100100 | 0 | 101 | 101 | 1010101 | 0 | 11 | 1111 |
Color Harmonies of #262424
Complementary color
Monochromatic Colors of #262424
Black with #262424
Text Example
Text Example
White with #262424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262424; }
p { color: rgb(38,36,36); }
H1.HeaderClassName
{
color: #262424;
}
.AnyTagClassName
{
color: #262424;
}
</style>
background-color css
<style>
a { background-color: #262424; }
a { background-color: rgb(38,36,36); }
div.DivClassName
{
background-color: #262424;
}
.BgClassName
{
background-color: #262424;
}
</style>
border-color css
<style>
span { border-color: #262424; }
span { border-color: rgb(38,36,36); }
td.TdClassName
{
border-color: #262424;
}
.TagClassName
{
border-color: #262424;
}
</style>