Shades of Black Pearl #191D20
Tints of Black Pearl #191D20
RGB
CMYK
RGB Variations
Color information
#191D20 (or 0x191D20) is known color: Black Pearl. HEX triplet: 19, 1D and 20. RGB value is (25,29,32). Sum of RGB (Red+Green+Blue) = 25+29+32=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 32 - color contains mainly: blue. Hex color #191D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D20 is #E6E2DF. Grayscale: #1C1C1C. Windows color (decimal): -15131360 or 2104601. OLE color: 2104601.
HSL color Cylindrical-coordinate representation of color #191D20: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #191D20 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 29 | 32 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.87 |
| HSL | 205.71º | 0.12% | 0.11% | - |
| HSV(B) | 205.71º | 0.22% | 0.13% | - |
| XYZ | 1.1 | 1.19 | 1.54 | - |
| YUV | 28.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 32 | 0.22 | 0.09 | 0 | 0.87 | 205.71 | 0.12 | 0.11 |
| Hex | 19 | 1D | 20 | 16 | 9 | 0 | 57 | CE | C | B |
| Octal | 31 | 35 | 40 | 26 | 11 | 0 | 127 | 316 | 14 | 13 |
| Binary | 11001 | 11101 | 100000 | 10110 | 1001 | 0 | 1010111 | 11001110 | 1100 | 1011 |
Color Harmonies of #191D20
Complementary color
Monochromatic Colors of #191D20
Black with #191D20
Text Example
Text Example
White with #191D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D20; }
p { color: rgb(25,29,32); }
H1.HeaderClassName
{
color: #191D20;
}
.AnyTagClassName
{
color: #191D20;
}
</style>
background-color css
<style>
a { background-color: #191D20; }
a { background-color: rgb(25,29,32); }
div.DivClassName
{
background-color: #191D20;
}
.BgClassName
{
background-color: #191D20;
}
</style>
border-color css
<style>
span { border-color: #191D20; }
span { border-color: rgb(25,29,32); }
td.TdClassName
{
border-color: #191D20;
}
.TagClassName
{
border-color: #191D20;
}
</style>