Shades of Black #190904
Tints of Black #190904
RGB
CMYK
RGB Variations
Color information
#190904 (or 0x190904) is known color: Black. HEX triplet: 19, 09 and 04. RGB value is (25,9,4). Sum of RGB (Red+Green+Blue) = 25+9+4=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #190904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190904 is #E6F6FB. Grayscale: #0D0D0D. Windows color (decimal): -15136508 or 264473. OLE color: 264473.
HSL color Cylindrical-coordinate representation of color #190904: hue angle of 14.29º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190904 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 4 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.90 |
| HSL | 14.29º | 0.72% | 0.06% | - |
| HSV(B) | 14.29º | 0.84% | 0.1% | - |
| XYZ | 0.52 | 0.41 | 0.17 | - |
| YUV | 13.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 4 | 0 | 0.64 | 0.84 | 0.90 | 14.29 | 0.72 | 0.06 |
| Hex | 19 | 9 | 4 | 0 | 40 | 54 | 5A | E | 48 | 6 |
| Octal | 31 | 11 | 4 | 0 | 100 | 124 | 132 | 16 | 110 | 6 |
| Binary | 11001 | 1001 | 100 | 0 | 1000000 | 1010100 | 1011010 | 1110 | 1001000 | 110 |
Color Harmonies of #190904
Complementary color
Monochromatic Colors of #190904
Black with #190904
Text Example
Text Example
White with #190904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190904; }
p { color: rgb(25,9,4); }
H1.HeaderClassName
{
color: #190904;
}
.AnyTagClassName
{
color: #190904;
}
</style>
background-color css
<style>
a { background-color: #190904; }
a { background-color: rgb(25,9,4); }
div.DivClassName
{
background-color: #190904;
}
.BgClassName
{
background-color: #190904;
}
</style>
border-color css
<style>
span { border-color: #190904; }
span { border-color: rgb(25,9,4); }
td.TdClassName
{
border-color: #190904;
}
.TagClassName
{
border-color: #190904;
}
</style>