Shades of Black #190908
Tints of Black #190908
RGB
CMYK
RGB Variations
Color information
#190908 (or 0x190908) is known color: Black. HEX triplet: 19, 09 and 08. RGB value is (25,9,8). Sum of RGB (Red+Green+Blue) = 25+9+8=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #190908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190908 is #E6F6F7. Grayscale: #0D0D0D. Windows color (decimal): -15136504 or 526617. OLE color: 526617.
HSL color Cylindrical-coordinate representation of color #190908: hue angle of 3.53º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190908 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 8 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.90 |
| HSL | 3.53º | 0.52% | 0.06% | - |
| HSV(B) | 3.53º | 0.68% | 0.1% | - |
| XYZ | 0.54 | 0.42 | 0.28 | - |
| YUV | 13.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 8 | 0 | 0.64 | 0.68 | 0.90 | 3.53 | 0.52 | 0.06 |
| Hex | 19 | 9 | 8 | 0 | 40 | 44 | 5A | 4 | 34 | 6 |
| Octal | 31 | 11 | 10 | 0 | 100 | 104 | 132 | 4 | 64 | 6 |
| Binary | 11001 | 1001 | 1000 | 0 | 1000000 | 1000100 | 1011010 | 100 | 110100 | 110 |
Color Harmonies of #190908
Complementary color
Monochromatic Colors of #190908
Black with #190908
Text Example
Text Example
White with #190908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190908; }
p { color: rgb(25,9,8); }
H1.HeaderClassName
{
color: #190908;
}
.AnyTagClassName
{
color: #190908;
}
</style>
background-color css
<style>
a { background-color: #190908; }
a { background-color: rgb(25,9,8); }
div.DivClassName
{
background-color: #190908;
}
.BgClassName
{
background-color: #190908;
}
</style>
border-color css
<style>
span { border-color: #190908; }
span { border-color: rgb(25,9,8); }
td.TdClassName
{
border-color: #190908;
}
.TagClassName
{
border-color: #190908;
}
</style>