Shades of Black Pearl #191F22
Tints of Black Pearl #191F22
RGB
CMYK
RGB Variations
Color information
#191F22 (or 0x191F22) is known color: Black Pearl. HEX triplet: 19, 1F and 22. RGB value is (25,31,34). Sum of RGB (Red+Green+Blue) = 25+31+34=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 34 - color contains mainly: blue. Hex color #191F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F22 is #E6E0DD. Grayscale: #1D1D1D. Windows color (decimal): -15130846 or 2236185. OLE color: 2236185.
HSL color Cylindrical-coordinate representation of color #191F22: hue angle of 200º 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 #191F22 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 31 | 34 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.87 |
| HSL | 200º | 0.15% | 0.12% | - |
| HSV(B) | 200º | 0.26% | 0.13% | - |
| XYZ | 1.18 | 1.3 | 1.7 | - |
| YUV | 29.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 34 | 0.26 | 0.09 | 0 | 0.87 | 200 | 0.15 | 0.12 |
| Hex | 19 | 1F | 22 | 1A | 9 | 0 | 57 | C8 | F | C |
| Octal | 31 | 37 | 42 | 32 | 11 | 0 | 127 | 310 | 17 | 14 |
| Binary | 11001 | 11111 | 100010 | 11010 | 1001 | 0 | 1010111 | 11001000 | 1111 | 1100 |
Color Harmonies of #191F22
Complementary color
Monochromatic Colors of #191F22
Black with #191F22
Text Example
Text Example
White with #191F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F22; }
p { color: rgb(25,31,34); }
H1.HeaderClassName
{
color: #191F22;
}
.AnyTagClassName
{
color: #191F22;
}
</style>
background-color css
<style>
a { background-color: #191F22; }
a { background-color: rgb(25,31,34); }
div.DivClassName
{
background-color: #191F22;
}
.BgClassName
{
background-color: #191F22;
}
</style>
border-color css
<style>
span { border-color: #191F22; }
span { border-color: rgb(25,31,34); }
td.TdClassName
{
border-color: #191F22;
}
.TagClassName
{
border-color: #191F22;
}
</style>