Shades of Black #190500
Tints of Black #190500
RGB
CMYK
RGB Variations
Color information
#190500 (or 0x190500) is known color: Black. HEX triplet: 19, 05 and 00. RGB value is (25,5,0). Sum of RGB (Red+Green+Blue) = 25+5+0=30 (3% of max value = 765). Red value is 25 (10.16% from 255 or 83.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 25 - color contains mainly: red. Hex color #190500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190500 is #E6FAFF. Grayscale: #0A0A0A. Windows color (decimal): -15137536 or 1305. OLE color: 1305.
HSL color Cylindrical-coordinate representation of color #190500: hue angle of 12º 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 #190500 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 5 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.90 |
| HSL | 12º | 1% | 0.05% | - |
| HSV(B) | 12º | 1% | 0.1% | - |
| XYZ | 0.46 | 0.32 | 0.04 | - |
| YUV | 10.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 0 | 0 | 0.80 | 1 | 0.90 | 12 | 1 | 0.05 |
| Hex | 19 | 5 | 0 | 0 | 50 | 64 | 5A | C | 64 | 5 |
| Octal | 31 | 5 | 0 | 0 | 120 | 144 | 132 | 14 | 144 | 5 |
| Binary | 11001 | 101 | 0 | 0 | 1010000 | 1100100 | 1011010 | 1100 | 1100100 | 101 |
Color Harmonies of #190500
Complementary color
Monochromatic Colors of #190500
Black with #190500
Text Example
Text Example
White with #190500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190500; }
p { color: rgb(25,5,0); }
H1.HeaderClassName
{
color: #190500;
}
.AnyTagClassName
{
color: #190500;
}
</style>
background-color css
<style>
a { background-color: #190500; }
a { background-color: rgb(25,5,0); }
div.DivClassName
{
background-color: #190500;
}
.BgClassName
{
background-color: #190500;
}
</style>
border-color css
<style>
span { border-color: #190500; }
span { border-color: rgb(25,5,0); }
td.TdClassName
{
border-color: #190500;
}
.TagClassName
{
border-color: #190500;
}
</style>