Shades of Black Pearl #192029
Tints of Black Pearl #192029
RGB
CMYK
RGB Variations
Color information
#192029 (or 0x192029) is known color: Black Pearl. HEX triplet: 19, 20 and 29. RGB value is (25,32,41). Sum of RGB (Red+Green+Blue) = 25+32+41=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 41 - color contains mainly: blue. Hex color #192029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192029 is #E6DFD6. Grayscale: #1E1E1E. Windows color (decimal): -15130583 or 2695193. OLE color: 2695193.
HSL color Cylindrical-coordinate representation of color #192029: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #192029 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 32 | 41 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.84 |
| HSL | 213.75º | 0.24% | 0.13% | - |
| HSV(B) | 213.75º | 0.39% | 0.16% | - |
| XYZ | 1.32 | 1.4 | 2.3 | - |
| YUV | 30.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 41 | 0.39 | 0.22 | 0 | 0.84 | 213.75 | 0.24 | 0.13 |
| Hex | 19 | 20 | 29 | 27 | 16 | 0 | 54 | D6 | 18 | D |
| Octal | 31 | 40 | 51 | 47 | 26 | 0 | 124 | 326 | 30 | 15 |
| Binary | 11001 | 100000 | 101001 | 100111 | 10110 | 0 | 1010100 | 11010110 | 11000 | 1101 |
Color Harmonies of #192029
Complementary color
Monochromatic Colors of #192029
Black with #192029
Text Example
Text Example
White with #192029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192029; }
p { color: rgb(25,32,41); }
H1.HeaderClassName
{
color: #192029;
}
.AnyTagClassName
{
color: #192029;
}
</style>
background-color css
<style>
a { background-color: #192029; }
a { background-color: rgb(25,32,41); }
div.DivClassName
{
background-color: #192029;
}
.BgClassName
{
background-color: #192029;
}
</style>
border-color css
<style>
span { border-color: #192029; }
span { border-color: rgb(25,32,41); }
td.TdClassName
{
border-color: #192029;
}
.TagClassName
{
border-color: #192029;
}
</style>