Shades of Black Pearl #192225
Tints of Black Pearl #192225
RGB
CMYK
RGB Variations
Color information
#192225 (or 0x192225) is known color: Black Pearl. HEX triplet: 19, 22 and 25. RGB value is (25,34,37). Sum of RGB (Red+Green+Blue) = 25+34+37=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #192225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192225 is #E6DDDA. Grayscale: #1F1F1F. Windows color (decimal): -15130075 or 2433561. OLE color: 2433561.
HSL color Cylindrical-coordinate representation of color #192225: hue angle of 195º 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 #192225 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 34 | 37 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.85 |
| HSL | 195º | 0.19% | 0.12% | - |
| HSV(B) | 195º | 0.32% | 0.15% | - |
| XYZ | 1.31 | 1.48 | 1.97 | - |
| YUV | 31.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 37 | 0.32 | 0.08 | 0 | 0.85 | 195 | 0.19 | 0.12 |
| Hex | 19 | 22 | 25 | 20 | 8 | 0 | 55 | C3 | 13 | C |
| Octal | 31 | 42 | 45 | 40 | 10 | 0 | 125 | 303 | 23 | 14 |
| Binary | 11001 | 100010 | 100101 | 100000 | 1000 | 0 | 1010101 | 11000011 | 10011 | 1100 |
Color Harmonies of #192225
Complementary color
Monochromatic Colors of #192225
Black with #192225
Text Example
Text Example
White with #192225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192225; }
p { color: rgb(25,34,37); }
H1.HeaderClassName
{
color: #192225;
}
.AnyTagClassName
{
color: #192225;
}
</style>
background-color css
<style>
a { background-color: #192225; }
a { background-color: rgb(25,34,37); }
div.DivClassName
{
background-color: #192225;
}
.BgClassName
{
background-color: #192225;
}
</style>
border-color css
<style>
span { border-color: #192225; }
span { border-color: rgb(25,34,37); }
td.TdClassName
{
border-color: #192225;
}
.TagClassName
{
border-color: #192225;
}
</style>