Shades of Black Pearl #192931
Tints of Black Pearl #192931
RGB
CMYK
RGB Variations
Color information
#192931 (or 0x192931) is known color: Black Pearl. HEX triplet: 19, 29 and 31. RGB value is (25,41,49). Sum of RGB (Red+Green+Blue) = 25+41+49=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #192931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192931 is #E6D6CE. Grayscale: #252525. Windows color (decimal): -15128271 or 3221785. OLE color: 3221785.
HSL color Cylindrical-coordinate representation of color #192931: hue angle of 200º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #192931 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 41 | 49 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.81 |
| HSL | 200º | 0.32% | 0.15% | - |
| HSV(B) | 200º | 0.49% | 0.19% | - |
| XYZ | 1.75 | 2.01 | 3.2 | - |
| YUV | 37.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 49 | 0.49 | 0.16 | 0 | 0.81 | 200 | 0.32 | 0.15 |
| Hex | 19 | 29 | 31 | 31 | 10 | 0 | 51 | C8 | 20 | F |
| Octal | 31 | 51 | 61 | 61 | 20 | 0 | 121 | 310 | 40 | 17 |
| Binary | 11001 | 101001 | 110001 | 110001 | 10000 | 0 | 1010001 | 11001000 | 100000 | 1111 |
Color Harmonies of #192931
Complementary color
Monochromatic Colors of #192931
Black with #192931
Text Example
Text Example
White with #192931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192931; }
p { color: rgb(25,41,49); }
H1.HeaderClassName
{
color: #192931;
}
.AnyTagClassName
{
color: #192931;
}
</style>
background-color css
<style>
a { background-color: #192931; }
a { background-color: rgb(25,41,49); }
div.DivClassName
{
background-color: #192931;
}
.BgClassName
{
background-color: #192931;
}
</style>
border-color css
<style>
span { border-color: #192931; }
span { border-color: rgb(25,41,49); }
td.TdClassName
{
border-color: #192931;
}
.TagClassName
{
border-color: #192931;
}
</style>