Shades of Nero #261E1D
Tints of Nero #261E1D
RGB
CMYK
RGB Variations
Color information
#261E1D (or 0x261E1D) is known color: Nero. HEX triplet: 26, 1E and 1D. RGB value is (38,30,29). Sum of RGB (Red+Green+Blue) = 38+30+29=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #261E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E1D is #D9E1E2. Grayscale: #202020. Windows color (decimal): -14279139 or 1908262. OLE color: 1908262.
HSL color Cylindrical-coordinate representation of color #261E1D: hue angle of 6.67º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #261E1D is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 29 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.85 |
| HSL | 6.67º | 0.13% | 0.13% | - |
| HSV(B) | 6.67º | 0.24% | 0.15% | - |
| XYZ | 1.49 | 1.43 | 1.36 | - |
| YUV | 32.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 29 | 0 | 0.21 | 0.24 | 0.85 | 6.67 | 0.13 | 0.13 |
| Hex | 26 | 1E | 1D | 0 | 15 | 18 | 55 | 7 | D | D |
| Octal | 46 | 36 | 35 | 0 | 25 | 30 | 125 | 7 | 15 | 15 |
| Binary | 100110 | 11110 | 11101 | 0 | 10101 | 11000 | 1010101 | 111 | 1101 | 1101 |
Color Harmonies of #261E1D
Complementary color
Monochromatic Colors of #261E1D
Black with #261E1D
Text Example
Text Example
White with #261E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E1D; }
p { color: rgb(38,30,29); }
H1.HeaderClassName
{
color: #261E1D;
}
.AnyTagClassName
{
color: #261E1D;
}
</style>
background-color css
<style>
a { background-color: #261E1D; }
a { background-color: rgb(38,30,29); }
div.DivClassName
{
background-color: #261E1D;
}
.BgClassName
{
background-color: #261E1D;
}
</style>
border-color css
<style>
span { border-color: #261E1D; }
span { border-color: rgb(38,30,29); }
td.TdClassName
{
border-color: #261E1D;
}
.TagClassName
{
border-color: #261E1D;
}
</style>