Shades of Black Pearl #191E20
Tints of Black Pearl #191E20
RGB
CMYK
RGB Variations
Color information
#191E20 (or 0x191E20) is known color: Black Pearl. HEX triplet: 19, 1E and 20. RGB value is (25,30,32). Sum of RGB (Red+Green+Blue) = 25+30+32=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 32 - color contains mainly: blue. Hex color #191E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E20 is #E6E1DF. Grayscale: #1C1C1C. Windows color (decimal): -15131104 or 2104857. OLE color: 2104857.
HSL color Cylindrical-coordinate representation of color #191E20: hue angle of 197.14º 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 #191E20 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 30 | 32 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.87 |
| HSL | 197.14º | 0.12% | 0.11% | - |
| HSV(B) | 197.14º | 0.22% | 0.13% | - |
| XYZ | 1.13 | 1.24 | 1.55 | - |
| YUV | 28.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 32 | 0.22 | 0.06 | 0 | 0.87 | 197.14 | 0.12 | 0.11 |
| Hex | 19 | 1E | 20 | 16 | 6 | 0 | 57 | C5 | C | B |
| Octal | 31 | 36 | 40 | 26 | 6 | 0 | 127 | 305 | 14 | 13 |
| Binary | 11001 | 11110 | 100000 | 10110 | 110 | 0 | 1010111 | 11000101 | 1100 | 1011 |
Color Harmonies of #191E20
Complementary color
Monochromatic Colors of #191E20
Black with #191E20
Text Example
Text Example
White with #191E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E20; }
p { color: rgb(25,30,32); }
H1.HeaderClassName
{
color: #191E20;
}
.AnyTagClassName
{
color: #191E20;
}
</style>
background-color css
<style>
a { background-color: #191E20; }
a { background-color: rgb(25,30,32); }
div.DivClassName
{
background-color: #191E20;
}
.BgClassName
{
background-color: #191E20;
}
</style>
border-color css
<style>
span { border-color: #191E20; }
span { border-color: rgb(25,30,32); }
td.TdClassName
{
border-color: #191E20;
}
.TagClassName
{
border-color: #191E20;
}
</style>