Shades of Black #190901
Tints of Black #190901
RGB
CMYK
RGB Variations
Color information
#190901 (or 0x190901) is known color: Black. HEX triplet: 19, 09 and 01. RGB value is (25,9,1). Sum of RGB (Red+Green+Blue) = 25+9+1=35 (4% of max value = 765). Red value is 25 (10.16% from 255 or 71.43% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 25 - color contains mainly: red. Hex color #190901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190901 is #E6F6FE. Grayscale: #0C0C0C. Windows color (decimal): -15136511 or 67865. OLE color: 67865.
HSL color Cylindrical-coordinate representation of color #190901: hue angle of 20º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190901 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 1 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.90 |
| HSL | 20º | 0.92% | 0.05% | - |
| HSV(B) | 20º | 0.96% | 0.1% | - |
| XYZ | 0.5 | 0.4 | 0.08 | - |
| YUV | 12.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 1 | 0 | 0.64 | 0.96 | 0.90 | 20 | 0.92 | 0.05 |
| Hex | 19 | 9 | 1 | 0 | 40 | 60 | 5A | 14 | 5C | 5 |
| Octal | 31 | 11 | 1 | 0 | 100 | 140 | 132 | 24 | 134 | 5 |
| Binary | 11001 | 1001 | 1 | 0 | 1000000 | 1100000 | 1011010 | 10100 | 1011100 | 101 |
Color Harmonies of #190901
Complementary color
Monochromatic Colors of #190901
Black with #190901
Text Example
Text Example
White with #190901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190901; }
p { color: rgb(25,9,1); }
H1.HeaderClassName
{
color: #190901;
}
.AnyTagClassName
{
color: #190901;
}
</style>
background-color css
<style>
a { background-color: #190901; }
a { background-color: rgb(25,9,1); }
div.DivClassName
{
background-color: #190901;
}
.BgClassName
{
background-color: #190901;
}
</style>
border-color css
<style>
span { border-color: #190901; }
span { border-color: rgb(25,9,1); }
td.TdClassName
{
border-color: #190901;
}
.TagClassName
{
border-color: #190901;
}
</style>