Shades of Black #190A00
Tints of Black #190A00
RGB
CMYK
RGB Variations
Color information
#190A00 (or 0x190A00) is known color: Black. HEX triplet: 19, 0A and 00. RGB value is (25,10,0). Sum of RGB (Red+Green+Blue) = 25+10+0=35 (4% of max value = 765). Red value is 25 (10.16% from 255 or 71.43% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 25 - color contains mainly: red. Hex color #190A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A00 is #E6F5FF. Grayscale: #0D0D0D. Windows color (decimal): -15136256 or 2585. OLE color: 2585.
HSL color Cylindrical-coordinate representation of color #190A00: hue angle of 24º 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 #190A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.90 |
| HSL | 24º | 1% | 0.05% | - |
| HSV(B) | 24º | 1% | 0.1% | - |
| XYZ | 0.51 | 0.42 | 0.05 | - |
| YUV | 13.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 0 | 0 | 0.60 | 1 | 0.90 | 24 | 1 | 0.05 |
| Hex | 19 | A | 0 | 0 | 3C | 64 | 5A | 18 | 64 | 5 |
| Octal | 31 | 12 | 0 | 0 | 74 | 144 | 132 | 30 | 144 | 5 |
| Binary | 11001 | 1010 | 0 | 0 | 111100 | 1100100 | 1011010 | 11000 | 1100100 | 101 |
Color Harmonies of #190A00
Complementary color
Monochromatic Colors of #190A00
Black with #190A00
Text Example
Text Example
White with #190A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A00; }
p { color: rgb(25,10,0); }
H1.HeaderClassName
{
color: #190A00;
}
.AnyTagClassName
{
color: #190A00;
}
</style>
background-color css
<style>
a { background-color: #190A00; }
a { background-color: rgb(25,10,0); }
div.DivClassName
{
background-color: #190A00;
}
.BgClassName
{
background-color: #190A00;
}
</style>
border-color css
<style>
span { border-color: #190A00; }
span { border-color: rgb(25,10,0); }
td.TdClassName
{
border-color: #190A00;
}
.TagClassName
{
border-color: #190A00;
}
</style>