Shades of Black #190705
Tints of Black #190705
RGB
CMYK
RGB Variations
Color information
#190705 (or 0x190705) is known color: Black. HEX triplet: 19, 07 and 05. RGB value is (25,7,5). Sum of RGB (Red+Green+Blue) = 25+7+5=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190705 is #E6F8FA. Grayscale: #0C0C0C. Windows color (decimal): -15137019 or 329497. OLE color: 329497.
HSL color Cylindrical-coordinate representation of color #190705: hue angle of 6º 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 #190705 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 5 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.90 |
| HSL | 6º | 0.67% | 0.06% | - |
| HSV(B) | 6º | 0.8% | 0.1% | - |
| XYZ | 0.5 | 0.37 | 0.19 | - |
| YUV | 12.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 5 | 0 | 0.72 | 0.80 | 0.90 | 6 | 0.67 | 0.06 |
| Hex | 19 | 7 | 5 | 0 | 48 | 50 | 5A | 6 | 43 | 6 |
| Octal | 31 | 7 | 5 | 0 | 110 | 120 | 132 | 6 | 103 | 6 |
| Binary | 11001 | 111 | 101 | 0 | 1001000 | 1010000 | 1011010 | 110 | 1000011 | 110 |
Color Harmonies of #190705
Complementary color
Monochromatic Colors of #190705
Black with #190705
Text Example
Text Example
White with #190705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190705; }
p { color: rgb(25,7,5); }
H1.HeaderClassName
{
color: #190705;
}
.AnyTagClassName
{
color: #190705;
}
</style>
background-color css
<style>
a { background-color: #190705; }
a { background-color: rgb(25,7,5); }
div.DivClassName
{
background-color: #190705;
}
.BgClassName
{
background-color: #190705;
}
</style>
border-color css
<style>
span { border-color: #190705; }
span { border-color: rgb(25,7,5); }
td.TdClassName
{
border-color: #190705;
}
.TagClassName
{
border-color: #190705;
}
</style>