Shades of Nero #261E1E
Tints of Nero #261E1E
RGB
CMYK
RGB Variations
Color information
#261E1E (or 0x261E1E) is known color: Nero. HEX triplet: 26, 1E and 1E. RGB value is (38,30,30). Sum of RGB (Red+Green+Blue) = 38+30+30=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E1E is #D9E1E1. Grayscale: #202020. Windows color (decimal): -14279138 or 1973798. OLE color: 1973798.
HSL color Cylindrical-coordinate representation of color #261E1E: hue angle of 0º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #261E1E is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 30 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.85 |
| HSL | 0º | 0.12% | 0.13% | - |
| HSV(B) | 0º | 0.21% | 0.15% | - |
| XYZ | 1.5 | 1.43 | 1.43 | - |
| YUV | 32.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 30 | 0 | 0.21 | 0.21 | 0.85 | 0 | 0.12 | 0.13 |
| Hex | 26 | 1E | 1E | 0 | 15 | 15 | 55 | 0 | C | D |
| Octal | 46 | 36 | 36 | 0 | 25 | 25 | 125 | 0 | 14 | 15 |
| Binary | 100110 | 11110 | 11110 | 0 | 10101 | 10101 | 1010101 | 0 | 1100 | 1101 |
Color Harmonies of #261E1E
Complementary color
Monochromatic Colors of #261E1E
Black with #261E1E
Text Example
Text Example
White with #261E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E1E; }
p { color: rgb(38,30,30); }
H1.HeaderClassName
{
color: #261E1E;
}
.AnyTagClassName
{
color: #261E1E;
}
</style>
background-color css
<style>
a { background-color: #261E1E; }
a { background-color: rgb(38,30,30); }
div.DivClassName
{
background-color: #261E1E;
}
.BgClassName
{
background-color: #261E1E;
}
</style>
border-color css
<style>
span { border-color: #261E1E; }
span { border-color: rgb(38,30,30); }
td.TdClassName
{
border-color: #261E1E;
}
.TagClassName
{
border-color: #261E1E;
}
</style>