Shades of Black Pearl #192325
Tints of Black Pearl #192325
RGB
CMYK
RGB Variations
Color information
#192325 (or 0x192325) is known color: Black Pearl. HEX triplet: 19, 23 and 25. RGB value is (25,35,37). Sum of RGB (Red+Green+Blue) = 25+35+37=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #192325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192325 is #E6DCDA. Grayscale: #202020. Windows color (decimal): -15129819 or 2433817. OLE color: 2433817.
HSL color Cylindrical-coordinate representation of color #192325: hue angle of 190º 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 #192325 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 35 | 37 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.85 |
| HSL | 190º | 0.19% | 0.12% | - |
| HSV(B) | 190º | 0.32% | 0.15% | - |
| XYZ | 1.34 | 1.54 | 1.98 | - |
| YUV | 32.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 37 | 0.32 | 0.05 | 0 | 0.85 | 190 | 0.19 | 0.12 |
| Hex | 19 | 23 | 25 | 20 | 5 | 0 | 55 | BE | 13 | C |
| Octal | 31 | 43 | 45 | 40 | 5 | 0 | 125 | 276 | 23 | 14 |
| Binary | 11001 | 100011 | 100101 | 100000 | 101 | 0 | 1010101 | 10111110 | 10011 | 1100 |
Color Harmonies of #192325
Complementary color
Monochromatic Colors of #192325
Black with #192325
Text Example
Text Example
White with #192325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192325; }
p { color: rgb(25,35,37); }
H1.HeaderClassName
{
color: #192325;
}
.AnyTagClassName
{
color: #192325;
}
</style>
background-color css
<style>
a { background-color: #192325; }
a { background-color: rgb(25,35,37); }
div.DivClassName
{
background-color: #192325;
}
.BgClassName
{
background-color: #192325;
}
</style>
border-color css
<style>
span { border-color: #192325; }
span { border-color: rgb(25,35,37); }
td.TdClassName
{
border-color: #192325;
}
.TagClassName
{
border-color: #192325;
}
</style>