Shades of Nero #1B1919
Tints of Nero #1B1919
RGB
CMYK
RGB Variations
Color information
#1B1919 (or 0x1B1919) is known color: Nero. HEX triplet: 1B, 19 and 19. RGB value is (27,25,25). Sum of RGB (Red+Green+Blue) = 27+25+25=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1919 is #E4E6E6. Grayscale: #191919. Windows color (decimal): -15001319 or 1644827. OLE color: 1644827.
HSL color Cylindrical-coordinate representation of color #1B1919: hue angle of 0º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #1B1919 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 25 | 25 | - |
CMYK | 0 | 0.07 | 0.07 | 0.89 |
HSL | 0º | 0.04% | 0.1% | - |
HSV(B) | 0º | 0.07% | 0.11% | - |
XYZ | 0.98 | 1 | 1.06 | - |
YUV | 25.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 25 | 25 | 0 | 0.07 | 0.07 | 0.89 | 0 | 0.04 | 0.1 |
Hex | 1B | 19 | 19 | 0 | 7 | 7 | 59 | 0 | 4 | A |
Octal | 33 | 31 | 31 | 0 | 7 | 7 | 131 | 0 | 4 | 12 |
Binary | 11011 | 11001 | 11001 | 0 | 111 | 111 | 1011001 | 0 | 100 | 1010 |
Color Harmonies of #1B1919
Complementary color
Monochromatic Colors of #1B1919
Black with #1B1919
Text Example
Text Example
White with #1B1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1919; }
p { color: rgb(27,25,25); }
H1.HeaderClassName
{
color: #1B1919;
}
.AnyTagClassName
{
color: #1B1919;
}
</style>
background-color css
<style>
a { background-color: #1B1919; }
a { background-color: rgb(27,25,25); }
div.DivClassName
{
background-color: #1B1919;
}
.BgClassName
{
background-color: #1B1919;
}
</style>
border-color css
<style>
span { border-color: #1B1919; }
span { border-color: rgb(27,25,25); }
td.TdClassName
{
border-color: #1B1919;
}
.TagClassName
{
border-color: #1B1919;
}
</style>