Shades of Black #190A08
Tints of Black #190A08
RGB
CMYK
RGB Variations
Color information
#190A08 (or 0x190A08) is known color: Black. HEX triplet: 19, 0A and 08. RGB value is (25,10,8). Sum of RGB (Red+Green+Blue) = 25+10+8=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A08 is #E6F5F7. Grayscale: #0E0E0E. Windows color (decimal): -15136248 or 526873. OLE color: 526873.
HSL color Cylindrical-coordinate representation of color #190A08: hue angle of 7.06º 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 #190A08 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 8 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.90 |
| HSL | 7.06º | 0.52% | 0.06% | - |
| HSV(B) | 7.06º | 0.68% | 0.1% | - |
| XYZ | 0.55 | 0.44 | 0.29 | - |
| YUV | 14.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 8 | 0 | 0.60 | 0.68 | 0.90 | 7.06 | 0.52 | 0.06 |
| Hex | 19 | A | 8 | 0 | 3C | 44 | 5A | 7 | 34 | 6 |
| Octal | 31 | 12 | 10 | 0 | 74 | 104 | 132 | 7 | 64 | 6 |
| Binary | 11001 | 1010 | 1000 | 0 | 111100 | 1000100 | 1011010 | 111 | 110100 | 110 |
Color Harmonies of #190A08
Complementary color
Monochromatic Colors of #190A08
Black with #190A08
Text Example
Text Example
White with #190A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A08; }
p { color: rgb(25,10,8); }
H1.HeaderClassName
{
color: #190A08;
}
.AnyTagClassName
{
color: #190A08;
}
</style>
background-color css
<style>
a { background-color: #190A08; }
a { background-color: rgb(25,10,8); }
div.DivClassName
{
background-color: #190A08;
}
.BgClassName
{
background-color: #190A08;
}
</style>
border-color css
<style>
span { border-color: #190A08; }
span { border-color: rgb(25,10,8); }
td.TdClassName
{
border-color: #190A08;
}
.TagClassName
{
border-color: #190A08;
}
</style>