Shades of Black Pearl #192122
Tints of Black Pearl #192122
RGB
CMYK
RGB Variations
Color information
#192122 (or 0x192122) is known color: Black Pearl. HEX triplet: 19, 21 and 22. RGB value is (25,33,34). Sum of RGB (Red+Green+Blue) = 25+33+34=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 34 - color contains mainly: blue. Hex color #192122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192122 is #E6DEDD. Grayscale: #1E1E1E. Windows color (decimal): -15130334 or 2236697. OLE color: 2236697.
HSL color Cylindrical-coordinate representation of color #192122: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #192122 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 34 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.87 |
| HSL | 186.67º | 0.15% | 0.12% | - |
| HSV(B) | 186.67º | 0.26% | 0.13% | - |
| XYZ | 1.23 | 1.41 | 1.72 | - |
| YUV | 30.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 34 | 0.26 | 0.03 | 0 | 0.87 | 186.67 | 0.15 | 0.12 |
| Hex | 19 | 21 | 22 | 1A | 3 | 0 | 57 | BB | F | C |
| Octal | 31 | 41 | 42 | 32 | 3 | 0 | 127 | 273 | 17 | 14 |
| Binary | 11001 | 100001 | 100010 | 11010 | 11 | 0 | 1010111 | 10111011 | 1111 | 1100 |
Color Harmonies of #192122
Complementary color
Monochromatic Colors of #192122
Black with #192122
Text Example
Text Example
White with #192122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192122; }
p { color: rgb(25,33,34); }
H1.HeaderClassName
{
color: #192122;
}
.AnyTagClassName
{
color: #192122;
}
</style>
background-color css
<style>
a { background-color: #192122; }
a { background-color: rgb(25,33,34); }
div.DivClassName
{
background-color: #192122;
}
.BgClassName
{
background-color: #192122;
}
</style>
border-color css
<style>
span { border-color: #192122; }
span { border-color: rgb(25,33,34); }
td.TdClassName
{
border-color: #192122;
}
.TagClassName
{
border-color: #192122;
}
</style>