Shades of Black Pearl #192528
Tints of Black Pearl #192528
RGB
CMYK
RGB Variations
Color information
#192528 (or 0x192528) is known color: Black Pearl. HEX triplet: 19, 25 and 28. RGB value is (25,37,40). Sum of RGB (Red+Green+Blue) = 25+37+40=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #192528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192528 is #E6DAD7. Grayscale: #212121. Windows color (decimal): -15129304 or 2630937. OLE color: 2630937.
HSL color Cylindrical-coordinate representation of color #192528: hue angle of 192º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #192528 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 37 | 40 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.84 |
| HSL | 192º | 0.23% | 0.13% | - |
| HSV(B) | 192º | 0.38% | 0.16% | - |
| XYZ | 1.45 | 1.68 | 2.26 | - |
| YUV | 33.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 40 | 0.38 | 0.07 | 0 | 0.84 | 192 | 0.23 | 0.13 |
| Hex | 19 | 25 | 28 | 26 | 7 | 0 | 54 | C0 | 17 | D |
| Octal | 31 | 45 | 50 | 46 | 7 | 0 | 124 | 300 | 27 | 15 |
| Binary | 11001 | 100101 | 101000 | 100110 | 111 | 0 | 1010100 | 11000000 | 10111 | 1101 |
Color Harmonies of #192528
Complementary color
Monochromatic Colors of #192528
Black with #192528
Text Example
Text Example
White with #192528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192528; }
p { color: rgb(25,37,40); }
H1.HeaderClassName
{
color: #192528;
}
.AnyTagClassName
{
color: #192528;
}
</style>
background-color css
<style>
a { background-color: #192528; }
a { background-color: rgb(25,37,40); }
div.DivClassName
{
background-color: #192528;
}
.BgClassName
{
background-color: #192528;
}
</style>
border-color css
<style>
span { border-color: #192528; }
span { border-color: rgb(25,37,40); }
td.TdClassName
{
border-color: #192528;
}
.TagClassName
{
border-color: #192528;
}
</style>