Shades of Black #190606
Tints of Black #190606
RGB
CMYK
RGB Variations
Color information
#190606 (or 0x190606) is known color: Black. HEX triplet: 19, 06 and 06. RGB value is (25,6,6). Sum of RGB (Red+Green+Blue) = 25+6+6=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190606 is #E6F9F9. Grayscale: #0B0B0B. Windows color (decimal): -15137274 or 394777. OLE color: 394777.
HSL color Cylindrical-coordinate representation of color #190606: hue angle of 0º 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 #190606 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 6 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.90 |
| HSL | 0º | 0.61% | 0.06% | - |
| HSV(B) | 0º | 0.76% | 0.1% | - |
| XYZ | 0.5 | 0.35 | 0.21 | - |
| YUV | 11.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 6 | 0 | 0.76 | 0.76 | 0.90 | 0 | 0.61 | 0.06 |
| Hex | 19 | 6 | 6 | 0 | 4C | 4C | 5A | 0 | 3D | 6 |
| Octal | 31 | 6 | 6 | 0 | 114 | 114 | 132 | 0 | 75 | 6 |
| Binary | 11001 | 110 | 110 | 0 | 1001100 | 1001100 | 1011010 | 0 | 111101 | 110 |
Color Harmonies of #190606
Complementary color
Monochromatic Colors of #190606
Black with #190606
Text Example
Text Example
White with #190606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190606; }
p { color: rgb(25,6,6); }
H1.HeaderClassName
{
color: #190606;
}
.AnyTagClassName
{
color: #190606;
}
</style>
background-color css
<style>
a { background-color: #190606; }
a { background-color: rgb(25,6,6); }
div.DivClassName
{
background-color: #190606;
}
.BgClassName
{
background-color: #190606;
}
</style>
border-color css
<style>
span { border-color: #190606; }
span { border-color: rgb(25,6,6); }
td.TdClassName
{
border-color: #190606;
}
.TagClassName
{
border-color: #190606;
}
</style>