Shades of Black #190701
Tints of Black #190701
RGB
CMYK
RGB Variations
Color information
#190701 (or 0x190701) is known color: Black. HEX triplet: 19, 07 and 01. RGB value is (25,7,1). Sum of RGB (Red+Green+Blue) = 25+7+1=33 (4% of max value = 765). Red value is 25 (10.16% from 255 or 75.76% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 25 - color contains mainly: red. Hex color #190701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190701 is #E6F8FE. Grayscale: #0B0B0B. Windows color (decimal): -15137023 or 67353. OLE color: 67353.
HSL color Cylindrical-coordinate representation of color #190701: hue angle of 15º 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 #190701 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 1 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.90 |
| HSL | 15º | 0.92% | 0.05% | - |
| HSV(B) | 15º | 0.96% | 0.1% | - |
| XYZ | 0.48 | 0.36 | 0.07 | - |
| YUV | 11.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 1 | 0 | 0.72 | 0.96 | 0.90 | 15 | 0.92 | 0.05 |
| Hex | 19 | 7 | 1 | 0 | 48 | 60 | 5A | F | 5C | 5 |
| Octal | 31 | 7 | 1 | 0 | 110 | 140 | 132 | 17 | 134 | 5 |
| Binary | 11001 | 111 | 1 | 0 | 1001000 | 1100000 | 1011010 | 1111 | 1011100 | 101 |
Color Harmonies of #190701
Complementary color
Monochromatic Colors of #190701
Black with #190701
Text Example
Text Example
White with #190701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190701; }
p { color: rgb(25,7,1); }
H1.HeaderClassName
{
color: #190701;
}
.AnyTagClassName
{
color: #190701;
}
</style>
background-color css
<style>
a { background-color: #190701; }
a { background-color: rgb(25,7,1); }
div.DivClassName
{
background-color: #190701;
}
.BgClassName
{
background-color: #190701;
}
</style>
border-color css
<style>
span { border-color: #190701; }
span { border-color: rgb(25,7,1); }
td.TdClassName
{
border-color: #190701;
}
.TagClassName
{
border-color: #190701;
}
</style>