Shades of Black #190702
Tints of Black #190702
RGB
CMYK
RGB Variations
Color information
#190702 (or 0x190702) is known color: Black. HEX triplet: 19, 07 and 02. RGB value is (25,7,2). Sum of RGB (Red+Green+Blue) = 25+7+2=34 (4% of max value = 765). Red value is 25 (10.16% from 255 or 73.53% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 25 - color contains mainly: red. Hex color #190702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190702 is #E6F8FD. Grayscale: #0B0B0B. Windows color (decimal): -15137022 or 132889. OLE color: 132889.
HSL color Cylindrical-coordinate representation of color #190702: hue angle of 13.04º 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 #190702 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 2 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.90 |
| HSL | 13.04º | 0.85% | 0.05% | - |
| HSV(B) | 13.04º | 0.92% | 0.1% | - |
| XYZ | 0.49 | 0.36 | 0.1 | - |
| YUV | 11.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 2 | 0 | 0.72 | 0.92 | 0.90 | 13.04 | 0.85 | 0.05 |
| Hex | 19 | 7 | 2 | 0 | 48 | 5C | 5A | D | 55 | 5 |
| Octal | 31 | 7 | 2 | 0 | 110 | 134 | 132 | 15 | 125 | 5 |
| Binary | 11001 | 111 | 10 | 0 | 1001000 | 1011100 | 1011010 | 1101 | 1010101 | 101 |
Color Harmonies of #190702
Complementary color
Monochromatic Colors of #190702
Black with #190702
Text Example
Text Example
White with #190702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190702; }
p { color: rgb(25,7,2); }
H1.HeaderClassName
{
color: #190702;
}
.AnyTagClassName
{
color: #190702;
}
</style>
background-color css
<style>
a { background-color: #190702; }
a { background-color: rgb(25,7,2); }
div.DivClassName
{
background-color: #190702;
}
.BgClassName
{
background-color: #190702;
}
</style>
border-color css
<style>
span { border-color: #190702; }
span { border-color: rgb(25,7,2); }
td.TdClassName
{
border-color: #190702;
}
.TagClassName
{
border-color: #190702;
}
</style>