Shades of Black #190302
Tints of Black #190302
RGB
CMYK
RGB Variations
Color information
#190302 (or 0x190302) is known color: Black. HEX triplet: 19, 03 and 02. RGB value is (25,3,2). Sum of RGB (Red+Green+Blue) = 25+3+2=30 (3% of max value = 765). Red value is 25 (10.16% from 255 or 83.33% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 25 - color contains mainly: red. Hex color #190302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190302 is #E6FCFD. Grayscale: #090909. Windows color (decimal): -15138046 or 131865. OLE color: 131865.
HSL color Cylindrical-coordinate representation of color #190302: hue angle of 2.61º 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 #190302 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 3 | 2 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.90 |
| HSL | 2.61º | 0.85% | 0.05% | - |
| HSV(B) | 2.61º | 0.92% | 0.1% | - |
| XYZ | 0.44 | 0.28 | 0.09 | - |
| YUV | 9.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 2 | 0 | 0.88 | 0.92 | 0.90 | 2.61 | 0.85 | 0.05 |
| Hex | 19 | 3 | 2 | 0 | 58 | 5C | 5A | 3 | 55 | 5 |
| Octal | 31 | 3 | 2 | 0 | 130 | 134 | 132 | 3 | 125 | 5 |
| Binary | 11001 | 11 | 10 | 0 | 1011000 | 1011100 | 1011010 | 11 | 1010101 | 101 |
Color Harmonies of #190302
Complementary color
Monochromatic Colors of #190302
Black with #190302
Text Example
Text Example
White with #190302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190302; }
p { color: rgb(25,3,2); }
H1.HeaderClassName
{
color: #190302;
}
.AnyTagClassName
{
color: #190302;
}
</style>
background-color css
<style>
a { background-color: #190302; }
a { background-color: rgb(25,3,2); }
div.DivClassName
{
background-color: #190302;
}
.BgClassName
{
background-color: #190302;
}
</style>
border-color css
<style>
span { border-color: #190302; }
span { border-color: rgb(25,3,2); }
td.TdClassName
{
border-color: #190302;
}
.TagClassName
{
border-color: #190302;
}
</style>