Shades of Black Pearl #19292D
Tints of Black Pearl #19292D
RGB
CMYK
RGB Variations
Color information
#19292D (or 0x19292D) is known color: Black Pearl. HEX triplet: 19, 29 and 2D. RGB value is (25,41,45). Sum of RGB (Red+Green+Blue) = 25+41+45=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #19292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19292D is #E6D6D2. Grayscale: #242424. Windows color (decimal): -15128275 or 2959641. OLE color: 2959641.
HSL color Cylindrical-coordinate representation of color #19292D: hue angle of 192º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19292D is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 41 | 45 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.82 |
| HSL | 192º | 0.29% | 0.14% | - |
| HSV(B) | 192º | 0.44% | 0.18% | - |
| XYZ | 1.67 | 1.98 | 2.78 | - |
| YUV | 36.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 45 | 0.44 | 0.09 | 0 | 0.82 | 192 | 0.29 | 0.14 |
| Hex | 19 | 29 | 2D | 2C | 9 | 0 | 52 | C0 | 1D | E |
| Octal | 31 | 51 | 55 | 54 | 11 | 0 | 122 | 300 | 35 | 16 |
| Binary | 11001 | 101001 | 101101 | 101100 | 1001 | 0 | 1010010 | 11000000 | 11101 | 1110 |
Color Harmonies of #19292D
Complementary color
Monochromatic Colors of #19292D
Black with #19292D
Text Example
Text Example
White with #19292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19292D; }
p { color: rgb(25,41,45); }
H1.HeaderClassName
{
color: #19292D;
}
.AnyTagClassName
{
color: #19292D;
}
</style>
background-color css
<style>
a { background-color: #19292D; }
a { background-color: rgb(25,41,45); }
div.DivClassName
{
background-color: #19292D;
}
.BgClassName
{
background-color: #19292D;
}
</style>
border-color css
<style>
span { border-color: #19292D; }
span { border-color: rgb(25,41,45); }
td.TdClassName
{
border-color: #19292D;
}
.TagClassName
{
border-color: #19292D;
}
</style>