Shades of Black Pearl #192529
Tints of Black Pearl #192529
RGB
CMYK
RGB Variations
Color information
#192529 (or 0x192529) is known color: Black Pearl. HEX triplet: 19, 25 and 29. RGB value is (25,37,41). Sum of RGB (Red+Green+Blue) = 25+37+41=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 41 - color contains mainly: blue. Hex color #192529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192529 is #E6DAD6. Grayscale: #212121. Windows color (decimal): -15129303 or 2696473. OLE color: 2696473.
HSL color Cylindrical-coordinate representation of color #192529: hue angle of 195º 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 #192529 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 37 | 41 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.84 |
| HSL | 195º | 0.24% | 0.13% | - |
| HSV(B) | 195º | 0.39% | 0.16% | - |
| XYZ | 1.46 | 1.69 | 2.35 | - |
| YUV | 33.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 41 | 0.39 | 0.10 | 0 | 0.84 | 195 | 0.24 | 0.13 |
| Hex | 19 | 25 | 29 | 27 | A | 0 | 54 | C3 | 18 | D |
| Octal | 31 | 45 | 51 | 47 | 12 | 0 | 124 | 303 | 30 | 15 |
| Binary | 11001 | 100101 | 101001 | 100111 | 1010 | 0 | 1010100 | 11000011 | 11000 | 1101 |
Color Harmonies of #192529
Complementary color
Monochromatic Colors of #192529
Black with #192529
Text Example
Text Example
White with #192529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192529; }
p { color: rgb(25,37,41); }
H1.HeaderClassName
{
color: #192529;
}
.AnyTagClassName
{
color: #192529;
}
</style>
background-color css
<style>
a { background-color: #192529; }
a { background-color: rgb(25,37,41); }
div.DivClassName
{
background-color: #192529;
}
.BgClassName
{
background-color: #192529;
}
</style>
border-color css
<style>
span { border-color: #192529; }
span { border-color: rgb(25,37,41); }
td.TdClassName
{
border-color: #192529;
}
.TagClassName
{
border-color: #192529;
}
</style>