Shades of Black #190B06
Tints of Black #190B06
RGB
CMYK
RGB Variations
Color information
#190B06 (or 0x190B06) is known color: Black. HEX triplet: 19, 0B and 06. RGB value is (25,11,6). Sum of RGB (Red+Green+Blue) = 25+11+6=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #190B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B06 is #E6F4F9. Grayscale: #0E0E0E. Windows color (decimal): -15135994 or 396057. OLE color: 396057.
HSL color Cylindrical-coordinate representation of color #190B06: hue angle of 15.79º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190B06 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 6 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.90 |
| HSL | 15.79º | 0.61% | 0.06% | - |
| HSV(B) | 15.79º | 0.76% | 0.1% | - |
| XYZ | 0.55 | 0.46 | 0.23 | - |
| YUV | 14.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 6 | 0 | 0.56 | 0.76 | 0.90 | 15.79 | 0.61 | 0.06 |
| Hex | 19 | B | 6 | 0 | 38 | 4C | 5A | 10 | 3D | 6 |
| Octal | 31 | 13 | 6 | 0 | 70 | 114 | 132 | 20 | 75 | 6 |
| Binary | 11001 | 1011 | 110 | 0 | 111000 | 1001100 | 1011010 | 10000 | 111101 | 110 |
Color Harmonies of #190B06
Complementary color
Monochromatic Colors of #190B06
Black with #190B06
Text Example
Text Example
White with #190B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B06; }
p { color: rgb(25,11,6); }
H1.HeaderClassName
{
color: #190B06;
}
.AnyTagClassName
{
color: #190B06;
}
</style>
background-color css
<style>
a { background-color: #190B06; }
a { background-color: rgb(25,11,6); }
div.DivClassName
{
background-color: #190B06;
}
.BgClassName
{
background-color: #190B06;
}
</style>
border-color css
<style>
span { border-color: #190B06; }
span { border-color: rgb(25,11,6); }
td.TdClassName
{
border-color: #190B06;
}
.TagClassName
{
border-color: #190B06;
}
</style>