Shades of Black #190906
Tints of Black #190906
RGB
CMYK
RGB Variations
Color information
#190906 (or 0x190906) is known color: Black. HEX triplet: 19, 09 and 06. RGB value is (25,9,6). Sum of RGB (Red+Green+Blue) = 25+9+6=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #190906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190906 is #E6F6F9. Grayscale: #0D0D0D. Windows color (decimal): -15136506 or 395545. OLE color: 395545.
HSL color Cylindrical-coordinate representation of color #190906: hue angle of 9.47º 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 #190906 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 6 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.90 |
| HSL | 9.47º | 0.61% | 0.06% | - |
| HSV(B) | 9.47º | 0.76% | 0.1% | - |
| XYZ | 0.53 | 0.42 | 0.22 | - |
| YUV | 13.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 6 | 0 | 0.64 | 0.76 | 0.90 | 9.47 | 0.61 | 0.06 |
| Hex | 19 | 9 | 6 | 0 | 40 | 4C | 5A | 9 | 3D | 6 |
| Octal | 31 | 11 | 6 | 0 | 100 | 114 | 132 | 11 | 75 | 6 |
| Binary | 11001 | 1001 | 110 | 0 | 1000000 | 1001100 | 1011010 | 1001 | 111101 | 110 |
Color Harmonies of #190906
Complementary color
Monochromatic Colors of #190906
Black with #190906
Text Example
Text Example
White with #190906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190906; }
p { color: rgb(25,9,6); }
H1.HeaderClassName
{
color: #190906;
}
.AnyTagClassName
{
color: #190906;
}
</style>
background-color css
<style>
a { background-color: #190906; }
a { background-color: rgb(25,9,6); }
div.DivClassName
{
background-color: #190906;
}
.BgClassName
{
background-color: #190906;
}
</style>
border-color css
<style>
span { border-color: #190906; }
span { border-color: rgb(25,9,6); }
td.TdClassName
{
border-color: #190906;
}
.TagClassName
{
border-color: #190906;
}
</style>