Shades of Black Pearl #192531
Tints of Black Pearl #192531
RGB
CMYK
RGB Variations
Color information
#192531 (or 0x192531) is known color: Black Pearl. HEX triplet: 19, 25 and 31. RGB value is (25,37,49). Sum of RGB (Red+Green+Blue) = 25+37+49=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #192531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192531 is #E6DACE. Grayscale: #222222. Windows color (decimal): -15129295 or 3220761. OLE color: 3220761.
HSL color Cylindrical-coordinate representation of color #192531: hue angle of 210º 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 #192531 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 37 | 49 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.81 |
| HSL | 210º | 0.32% | 0.15% | - |
| HSV(B) | 210º | 0.49% | 0.19% | - |
| XYZ | 1.62 | 1.75 | 3.16 | - |
| YUV | 34.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 49 | 0.49 | 0.24 | 0 | 0.81 | 210 | 0.32 | 0.15 |
| Hex | 19 | 25 | 31 | 31 | 18 | 0 | 51 | D2 | 20 | F |
| Octal | 31 | 45 | 61 | 61 | 30 | 0 | 121 | 322 | 40 | 17 |
| Binary | 11001 | 100101 | 110001 | 110001 | 11000 | 0 | 1010001 | 11010010 | 100000 | 1111 |
Color Harmonies of #192531
Complementary color
Monochromatic Colors of #192531
Black with #192531
Text Example
Text Example
White with #192531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192531; }
p { color: rgb(25,37,49); }
H1.HeaderClassName
{
color: #192531;
}
.AnyTagClassName
{
color: #192531;
}
</style>
background-color css
<style>
a { background-color: #192531; }
a { background-color: rgb(25,37,49); }
div.DivClassName
{
background-color: #192531;
}
.BgClassName
{
background-color: #192531;
}
</style>
border-color css
<style>
span { border-color: #192531; }
span { border-color: rgb(25,37,49); }
td.TdClassName
{
border-color: #192531;
}
.TagClassName
{
border-color: #192531;
}
</style>