Shades of Black Pearl #192025
Tints of Black Pearl #192025
RGB
CMYK
RGB Variations
Color information
#192025 (or 0x192025) is known color: Black Pearl. HEX triplet: 19, 20 and 25. RGB value is (25,32,37). Sum of RGB (Red+Green+Blue) = 25+32+37=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: blue. Hex color #192025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192025 is #E6DFDA. Grayscale: #1E1E1E. Windows color (decimal): -15130587 or 2433049. OLE color: 2433049.
HSL color Cylindrical-coordinate representation of color #192025: hue angle of 205º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #192025 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 32 | 37 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.85 |
| HSL | 205º | 0.19% | 0.12% | - |
| HSV(B) | 205º | 0.32% | 0.15% | - |
| XYZ | 1.25 | 1.37 | 1.95 | - |
| YUV | 30.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 37 | 0.32 | 0.14 | 0 | 0.85 | 205 | 0.19 | 0.12 |
| Hex | 19 | 20 | 25 | 20 | E | 0 | 55 | CD | 13 | C |
| Octal | 31 | 40 | 45 | 40 | 16 | 0 | 125 | 315 | 23 | 14 |
| Binary | 11001 | 100000 | 100101 | 100000 | 1110 | 0 | 1010101 | 11001101 | 10011 | 1100 |
Color Harmonies of #192025
Complementary color
Monochromatic Colors of #192025
Black with #192025
Text Example
Text Example
White with #192025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192025; }
p { color: rgb(25,32,37); }
H1.HeaderClassName
{
color: #192025;
}
.AnyTagClassName
{
color: #192025;
}
</style>
background-color css
<style>
a { background-color: #192025; }
a { background-color: rgb(25,32,37); }
div.DivClassName
{
background-color: #192025;
}
.BgClassName
{
background-color: #192025;
}
</style>
border-color css
<style>
span { border-color: #192025; }
span { border-color: rgb(25,32,37); }
td.TdClassName
{
border-color: #192025;
}
.TagClassName
{
border-color: #192025;
}
</style>