Shades of Black #190201
Tints of Black #190201
RGB
CMYK
RGB Variations
Color information
#190201 (or 0x190201) is known color: Black. HEX triplet: 19, 02 and 01. RGB value is (25,2,1). Sum of RGB (Red+Green+Blue) = 25+2+1=28 (3% of max value = 765). Red value is 25 (10.16% from 255 or 89.29% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 25 - color contains mainly: red. Hex color #190201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190201 is #E6FDFE. Grayscale: #080808. Windows color (decimal): -15138303 or 66073. OLE color: 66073.
HSL color Cylindrical-coordinate representation of color #190201: hue angle of 2.5º 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 #190201 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 1 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.90 |
| HSL | 2.5º | 0.92% | 0.05% | - |
| HSV(B) | 2.5º | 0.96% | 0.1% | - |
| XYZ | 0.43 | 0.25 | 0.05 | - |
| YUV | 8.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 1 | 0 | 0.92 | 0.96 | 0.90 | 2.5 | 0.92 | 0.05 |
| Hex | 19 | 2 | 1 | 0 | 5C | 60 | 5A | 2 | 5C | 5 |
| Octal | 31 | 2 | 1 | 0 | 134 | 140 | 132 | 2 | 134 | 5 |
| Binary | 11001 | 10 | 1 | 0 | 1011100 | 1100000 | 1011010 | 10 | 1011100 | 101 |
Color Harmonies of #190201
Complementary color
Monochromatic Colors of #190201
Black with #190201
Text Example
Text Example
White with #190201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190201; }
p { color: rgb(25,2,1); }
H1.HeaderClassName
{
color: #190201;
}
.AnyTagClassName
{
color: #190201;
}
</style>
background-color css
<style>
a { background-color: #190201; }
a { background-color: rgb(25,2,1); }
div.DivClassName
{
background-color: #190201;
}
.BgClassName
{
background-color: #190201;
}
</style>
border-color css
<style>
span { border-color: #190201; }
span { border-color: rgb(25,2,1); }
td.TdClassName
{
border-color: #190201;
}
.TagClassName
{
border-color: #190201;
}
</style>