Shades of Black #190905
Tints of Black #190905
RGB
CMYK
RGB Variations
Color information
#190905 (or 0x190905) is known color: Black. HEX triplet: 19, 09 and 05. RGB value is (25,9,5). Sum of RGB (Red+Green+Blue) = 25+9+5=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #190905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190905 is #E6F6FA. Grayscale: #0D0D0D. Windows color (decimal): -15136507 or 330009. OLE color: 330009.
HSL color Cylindrical-coordinate representation of color #190905: hue angle of 12º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190905 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 5 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.90 |
| HSL | 12º | 0.67% | 0.06% | - |
| HSV(B) | 12º | 0.8% | 0.1% | - |
| XYZ | 0.53 | 0.41 | 0.2 | - |
| YUV | 13.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 5 | 0 | 0.64 | 0.80 | 0.90 | 12 | 0.67 | 0.06 |
| Hex | 19 | 9 | 5 | 0 | 40 | 50 | 5A | C | 43 | 6 |
| Octal | 31 | 11 | 5 | 0 | 100 | 120 | 132 | 14 | 103 | 6 |
| Binary | 11001 | 1001 | 101 | 0 | 1000000 | 1010000 | 1011010 | 1100 | 1000011 | 110 |
Color Harmonies of #190905
Complementary color
Monochromatic Colors of #190905
Black with #190905
Text Example
Text Example
White with #190905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190905; }
p { color: rgb(25,9,5); }
H1.HeaderClassName
{
color: #190905;
}
.AnyTagClassName
{
color: #190905;
}
</style>
background-color css
<style>
a { background-color: #190905; }
a { background-color: rgb(25,9,5); }
div.DivClassName
{
background-color: #190905;
}
.BgClassName
{
background-color: #190905;
}
</style>
border-color css
<style>
span { border-color: #190905; }
span { border-color: rgb(25,9,5); }
td.TdClassName
{
border-color: #190905;
}
.TagClassName
{
border-color: #190905;
}
</style>