Shades of Black Pearl #192731
Tints of Black Pearl #192731
RGB
CMYK
RGB Variations
Color information
#192731 (or 0x192731) is known color: Black Pearl. HEX triplet: 19, 27 and 31. RGB value is (25,39,49). Sum of RGB (Red+Green+Blue) = 25+39+49=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #192731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192731 is #E6D8CE. Grayscale: #232323. Windows color (decimal): -15128783 or 3221273. OLE color: 3221273.
HSL color Cylindrical-coordinate representation of color #192731: hue angle of 205º 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 #192731 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 39 | 49 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.81 |
| HSL | 205º | 0.32% | 0.15% | - |
| HSV(B) | 205º | 0.49% | 0.19% | - |
| XYZ | 1.68 | 1.88 | 3.18 | - |
| YUV | 35.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 49 | 0.49 | 0.20 | 0 | 0.81 | 205 | 0.32 | 0.15 |
| Hex | 19 | 27 | 31 | 31 | 14 | 0 | 51 | CD | 20 | F |
| Octal | 31 | 47 | 61 | 61 | 24 | 0 | 121 | 315 | 40 | 17 |
| Binary | 11001 | 100111 | 110001 | 110001 | 10100 | 0 | 1010001 | 11001101 | 100000 | 1111 |
Color Harmonies of #192731
Complementary color
Monochromatic Colors of #192731
Black with #192731
Text Example
Text Example
White with #192731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192731; }
p { color: rgb(25,39,49); }
H1.HeaderClassName
{
color: #192731;
}
.AnyTagClassName
{
color: #192731;
}
</style>
background-color css
<style>
a { background-color: #192731; }
a { background-color: rgb(25,39,49); }
div.DivClassName
{
background-color: #192731;
}
.BgClassName
{
background-color: #192731;
}
</style>
border-color css
<style>
span { border-color: #192731; }
span { border-color: rgb(25,39,49); }
td.TdClassName
{
border-color: #192731;
}
.TagClassName
{
border-color: #192731;
}
</style>