Shades of Black #190902
Tints of Black #190902
RGB
CMYK
RGB Variations
Color information
#190902 (or 0x190902) is known color: Black. HEX triplet: 19, 09 and 02. RGB value is (25,9,2). Sum of RGB (Red+Green+Blue) = 25+9+2=36 (4% of max value = 765). Red value is 25 (10.16% from 255 or 69.44% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 25 - color contains mainly: red. Hex color #190902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190902 is #E6F6FD. Grayscale: #0D0D0D. Windows color (decimal): -15136510 or 133401. OLE color: 133401.
HSL color Cylindrical-coordinate representation of color #190902: hue angle of 18.26º 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 #190902 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 2 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.90 |
| HSL | 18.26º | 0.85% | 0.05% | - |
| HSV(B) | 18.26º | 0.92% | 0.1% | - |
| XYZ | 0.51 | 0.41 | 0.11 | - |
| YUV | 12.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 2 | 0 | 0.64 | 0.92 | 0.90 | 18.26 | 0.85 | 0.05 |
| Hex | 19 | 9 | 2 | 0 | 40 | 5C | 5A | 12 | 55 | 5 |
| Octal | 31 | 11 | 2 | 0 | 100 | 134 | 132 | 22 | 125 | 5 |
| Binary | 11001 | 1001 | 10 | 0 | 1000000 | 1011100 | 1011010 | 10010 | 1010101 | 101 |
Color Harmonies of #190902
Complementary color
Monochromatic Colors of #190902
Black with #190902
Text Example
Text Example
White with #190902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190902; }
p { color: rgb(25,9,2); }
H1.HeaderClassName
{
color: #190902;
}
.AnyTagClassName
{
color: #190902;
}
</style>
background-color css
<style>
a { background-color: #190902; }
a { background-color: rgb(25,9,2); }
div.DivClassName
{
background-color: #190902;
}
.BgClassName
{
background-color: #190902;
}
</style>
border-color css
<style>
span { border-color: #190902; }
span { border-color: rgb(25,9,2); }
td.TdClassName
{
border-color: #190902;
}
.TagClassName
{
border-color: #190902;
}
</style>