Shades of Black #190B01
Tints of Black #190B01
RGB
CMYK
RGB Variations
Color information
#190B01 (or 0x190B01) is known color: Black. HEX triplet: 19, 0B and 01. RGB value is (25,11,1). Sum of RGB (Red+Green+Blue) = 25+11+1=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B01 is #E6F4FE. Grayscale: #0E0E0E. Windows color (decimal): -15135999 or 68377. OLE color: 68377.
HSL color Cylindrical-coordinate representation of color #190B01: hue angle of 25º 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 #190B01 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 1 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.90 |
| HSL | 25º | 0.92% | 0.05% | - |
| HSV(B) | 25º | 0.96% | 0.1% | - |
| XYZ | 0.53 | 0.45 | 0.09 | - |
| YUV | 14.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 1 | 0 | 0.56 | 0.96 | 0.90 | 25 | 0.92 | 0.05 |
| Hex | 19 | B | 1 | 0 | 38 | 60 | 5A | 19 | 5C | 5 |
| Octal | 31 | 13 | 1 | 0 | 70 | 140 | 132 | 31 | 134 | 5 |
| Binary | 11001 | 1011 | 1 | 0 | 111000 | 1100000 | 1011010 | 11001 | 1011100 | 101 |
Color Harmonies of #190B01
Complementary color
Monochromatic Colors of #190B01
Black with #190B01
Text Example
Text Example
White with #190B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B01; }
p { color: rgb(25,11,1); }
H1.HeaderClassName
{
color: #190B01;
}
.AnyTagClassName
{
color: #190B01;
}
</style>
background-color css
<style>
a { background-color: #190B01; }
a { background-color: rgb(25,11,1); }
div.DivClassName
{
background-color: #190B01;
}
.BgClassName
{
background-color: #190B01;
}
</style>
border-color css
<style>
span { border-color: #190B01; }
span { border-color: rgb(25,11,1); }
td.TdClassName
{
border-color: #190B01;
}
.TagClassName
{
border-color: #190B01;
}
</style>