Shades of Black #190805
Tints of Black #190805
RGB
CMYK
RGB Variations
Color information
#190805 (or 0x190805) is known color: Black. HEX triplet: 19, 08 and 05. RGB value is (25,8,5). Sum of RGB (Red+Green+Blue) = 25+8+5=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #190805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190805 is #E6F7FA. Grayscale: #0C0C0C. Windows color (decimal): -15136763 or 329753. OLE color: 329753.
HSL color Cylindrical-coordinate representation of color #190805: hue angle of 9º 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 #190805 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 5 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.90 |
| HSL | 9º | 0.67% | 0.06% | - |
| HSV(B) | 9º | 0.8% | 0.1% | - |
| XYZ | 0.52 | 0.39 | 0.19 | - |
| YUV | 12.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 5 | 0 | 0.68 | 0.80 | 0.90 | 9 | 0.67 | 0.06 |
| Hex | 19 | 8 | 5 | 0 | 44 | 50 | 5A | 9 | 43 | 6 |
| Octal | 31 | 10 | 5 | 0 | 104 | 120 | 132 | 11 | 103 | 6 |
| Binary | 11001 | 1000 | 101 | 0 | 1000100 | 1010000 | 1011010 | 1001 | 1000011 | 110 |
Color Harmonies of #190805
Complementary color
Monochromatic Colors of #190805
Black with #190805
Text Example
Text Example
White with #190805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190805; }
p { color: rgb(25,8,5); }
H1.HeaderClassName
{
color: #190805;
}
.AnyTagClassName
{
color: #190805;
}
</style>
background-color css
<style>
a { background-color: #190805; }
a { background-color: rgb(25,8,5); }
div.DivClassName
{
background-color: #190805;
}
.BgClassName
{
background-color: #190805;
}
</style>
border-color css
<style>
span { border-color: #190805; }
span { border-color: rgb(25,8,5); }
td.TdClassName
{
border-color: #190805;
}
.TagClassName
{
border-color: #190805;
}
</style>