Shades of Black #190100
Tints of Black #190100
RGB
CMYK
RGB Variations
Color information
#190100 (or 0x190100) is known color: Black. HEX triplet: 19, 01 and 00. RGB value is (25,1,0). Sum of RGB (Red+Green+Blue) = 25+1+0=26 (3% of max value = 765). Red value is 25 (10.16% from 255 or 96.15% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 25 - color contains mainly: red. Hex color #190100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190100 is #E6FEFF. Grayscale: #080808. Windows color (decimal): -15138560 or 281. OLE color: 281.
HSL color Cylindrical-coordinate representation of color #190100: hue angle of 2.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190100 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.90 |
| HSL | 2.4º | 1% | 0.05% | - |
| HSV(B) | 2.4º | 1% | 0.1% | - |
| XYZ | 0.41 | 0.23 | 0.02 | - |
| YUV | 8.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 0 | 0 | 0.96 | 1 | 0.90 | 2.4 | 1 | 0.05 |
| Hex | 19 | 1 | 0 | 0 | 60 | 64 | 5A | 2 | 64 | 5 |
| Octal | 31 | 1 | 0 | 0 | 140 | 144 | 132 | 2 | 144 | 5 |
| Binary | 11001 | 1 | 0 | 0 | 1100000 | 1100100 | 1011010 | 10 | 1100100 | 101 |
Color Harmonies of #190100
Complementary color
Monochromatic Colors of #190100
Black with #190100
Text Example
Text Example
White with #190100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190100; }
p { color: rgb(25,1,0); }
H1.HeaderClassName
{
color: #190100;
}
.AnyTagClassName
{
color: #190100;
}
</style>
background-color css
<style>
a { background-color: #190100; }
a { background-color: rgb(25,1,0); }
div.DivClassName
{
background-color: #190100;
}
.BgClassName
{
background-color: #190100;
}
</style>
border-color css
<style>
span { border-color: #190100; }
span { border-color: rgb(25,1,0); }
td.TdClassName
{
border-color: #190100;
}
.TagClassName
{
border-color: #190100;
}
</style>