Shades of Black #190800
Tints of Black #190800
RGB
CMYK
RGB Variations
Color information
#190800 (or 0x190800) is known color: Black. HEX triplet: 19, 08 and 00. RGB value is (25,8,0). Sum of RGB (Red+Green+Blue) = 25+8+0=33 (4% of max value = 765). Red value is 25 (10.16% from 255 or 75.76% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 25 - color contains mainly: red. Hex color #190800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190800 is #E6F7FF. Grayscale: #0C0C0C. Windows color (decimal): -15136768 or 2073. OLE color: 2073.
HSL color Cylindrical-coordinate representation of color #190800: hue angle of 19.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190800 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.90 |
| HSL | 19.2º | 1% | 0.05% | - |
| HSV(B) | 19.2º | 1% | 0.1% | - |
| XYZ | 0.49 | 0.38 | 0.05 | - |
| YUV | 12.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 0 | 0 | 0.68 | 1 | 0.90 | 19.2 | 1 | 0.05 |
| Hex | 19 | 8 | 0 | 0 | 44 | 64 | 5A | 13 | 64 | 5 |
| Octal | 31 | 10 | 0 | 0 | 104 | 144 | 132 | 23 | 144 | 5 |
| Binary | 11001 | 1000 | 0 | 0 | 1000100 | 1100100 | 1011010 | 10011 | 1100100 | 101 |
Color Harmonies of #190800
Complementary color
Monochromatic Colors of #190800
Black with #190800
Text Example
Text Example
White with #190800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190800; }
p { color: rgb(25,8,0); }
H1.HeaderClassName
{
color: #190800;
}
.AnyTagClassName
{
color: #190800;
}
</style>
background-color css
<style>
a { background-color: #190800; }
a { background-color: rgb(25,8,0); }
div.DivClassName
{
background-color: #190800;
}
.BgClassName
{
background-color: #190800;
}
</style>
border-color css
<style>
span { border-color: #190800; }
span { border-color: rgb(25,8,0); }
td.TdClassName
{
border-color: #190800;
}
.TagClassName
{
border-color: #190800;
}
</style>