Shades of Black #190400
Tints of Black #190400
RGB
CMYK
RGB Variations
Color information
#190400 (or 0x190400) is known color: Black. HEX triplet: 19, 04 and 00. RGB value is (25,4,0). Sum of RGB (Red+Green+Blue) = 25+4+0=29 (3% of max value = 765). Red value is 25 (10.16% from 255 or 86.21% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 25 - color contains mainly: red. Hex color #190400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190400 is #E6FBFF. Grayscale: #090909. Windows color (decimal): -15137792 or 1049. OLE color: 1049.
HSL color Cylindrical-coordinate representation of color #190400: hue angle of 9.6º 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 #190400 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 4 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.90 |
| HSL | 9.6º | 1% | 0.05% | - |
| HSV(B) | 9.6º | 1% | 0.1% | - |
| XYZ | 0.44 | 0.29 | 0.03 | - |
| YUV | 9.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 0 | 0 | 0.84 | 1 | 0.90 | 9.6 | 1 | 0.05 |
| Hex | 19 | 4 | 0 | 0 | 54 | 64 | 5A | A | 64 | 5 |
| Octal | 31 | 4 | 0 | 0 | 124 | 144 | 132 | 12 | 144 | 5 |
| Binary | 11001 | 100 | 0 | 0 | 1010100 | 1100100 | 1011010 | 1010 | 1100100 | 101 |
Color Harmonies of #190400
Complementary color
Monochromatic Colors of #190400
Black with #190400
Text Example
Text Example
White with #190400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190400; }
p { color: rgb(25,4,0); }
H1.HeaderClassName
{
color: #190400;
}
.AnyTagClassName
{
color: #190400;
}
</style>
background-color css
<style>
a { background-color: #190400; }
a { background-color: rgb(25,4,0); }
div.DivClassName
{
background-color: #190400;
}
.BgClassName
{
background-color: #190400;
}
</style>
border-color css
<style>
span { border-color: #190400; }
span { border-color: rgb(25,4,0); }
td.TdClassName
{
border-color: #190400;
}
.TagClassName
{
border-color: #190400;
}
</style>