Shades of Nero #1B1818
Tints of Nero #1B1818
RGB
CMYK
RGB Variations
Color information
#1B1818 (or 0x1B1818) is known color: Nero. HEX triplet: 1B, 18 and 18. RGB value is (27,24,24). Sum of RGB (Red+Green+Blue) = 27+24+24=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1818 is #E4E7E7. Grayscale: #181818. Windows color (decimal): -15001576 or 1579035. OLE color: 1579035.
HSL color Cylindrical-coordinate representation of color #1B1818: hue angle of 0º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1B1818 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 24 | 24 | - |
CMYK | 0 | 0.11 | 0.11 | 0.89 |
HSL | 0º | 0.06% | 0.1% | - |
HSV(B) | 0º | 0.11% | 0.11% | - |
XYZ | 0.94 | 0.95 | 1 | - |
YUV | 24.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 24 | 24 | 0 | 0.11 | 0.11 | 0.89 | 0 | 0.06 | 0.1 |
Hex | 1B | 18 | 18 | 0 | B | B | 59 | 0 | 6 | A |
Octal | 33 | 30 | 30 | 0 | 13 | 13 | 131 | 0 | 6 | 12 |
Binary | 11011 | 11000 | 11000 | 0 | 1011 | 1011 | 1011001 | 0 | 110 | 1010 |
Color Harmonies of #1B1818
Complementary color
Monochromatic Colors of #1B1818
Black with #1B1818
Text Example
Text Example
White with #1B1818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1818; }
p { color: rgb(27,24,24); }
H1.HeaderClassName
{
color: #1B1818;
}
.AnyTagClassName
{
color: #1B1818;
}
</style>
background-color css
<style>
a { background-color: #1B1818; }
a { background-color: rgb(27,24,24); }
div.DivClassName
{
background-color: #1B1818;
}
.BgClassName
{
background-color: #1B1818;
}
</style>
border-color css
<style>
span { border-color: #1B1818; }
span { border-color: rgb(27,24,24); }
td.TdClassName
{
border-color: #1B1818;
}
.TagClassName
{
border-color: #1B1818;
}
</style>