Shades of Black #190802
Tints of Black #190802
RGB
CMYK
RGB Variations
Color information
#190802 (or 0x190802) is known color: Black. HEX triplet: 19, 08 and 02. RGB value is (25,8,2). Sum of RGB (Red+Green+Blue) = 25+8+2=35 (4% of max value = 765). Red value is 25 (10.16% from 255 or 71.43% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 25 - color contains mainly: red. Hex color #190802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190802 is #E6F7FD. Grayscale: #0C0C0C. Windows color (decimal): -15136766 or 133145. OLE color: 133145.
HSL color Cylindrical-coordinate representation of color #190802: hue angle of 15.65º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190802 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 8 | 2 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.90 |
| HSL | 15.65º | 0.85% | 0.05% | - |
| HSV(B) | 15.65º | 0.92% | 0.1% | - |
| XYZ | 0.5 | 0.38 | 0.11 | - |
| YUV | 12.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 2 | 0 | 0.68 | 0.92 | 0.90 | 15.65 | 0.85 | 0.05 |
| Hex | 19 | 8 | 2 | 0 | 44 | 5C | 5A | 10 | 55 | 5 |
| Octal | 31 | 10 | 2 | 0 | 104 | 134 | 132 | 20 | 125 | 5 |
| Binary | 11001 | 1000 | 10 | 0 | 1000100 | 1011100 | 1011010 | 10000 | 1010101 | 101 |
Color Harmonies of #190802
Complementary color
Monochromatic Colors of #190802
Black with #190802
Text Example
Text Example
White with #190802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190802; }
p { color: rgb(25,8,2); }
H1.HeaderClassName
{
color: #190802;
}
.AnyTagClassName
{
color: #190802;
}
</style>
background-color css
<style>
a { background-color: #190802; }
a { background-color: rgb(25,8,2); }
div.DivClassName
{
background-color: #190802;
}
.BgClassName
{
background-color: #190802;
}
</style>
border-color css
<style>
span { border-color: #190802; }
span { border-color: rgb(25,8,2); }
td.TdClassName
{
border-color: #190802;
}
.TagClassName
{
border-color: #190802;
}
</style>