Shades of Black Pearl #191D1E
Tints of Black Pearl #191D1E
RGB
CMYK
RGB Variations
Color information
#191D1E (or 0x191D1E) is known color: Black Pearl. HEX triplet: 19, 1D and 1E. RGB value is (25,29,30). Sum of RGB (Red+Green+Blue) = 25+29+30=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 30 - color contains mainly: blue. Hex color #191D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D1E is #E6E2E1. Grayscale: #1B1B1B. Windows color (decimal): -15131362 or 1973529. OLE color: 1973529.
HSL color Cylindrical-coordinate representation of color #191D1E: hue angle of 192º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #191D1E is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 29 | 30 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.88 |
| HSL | 192º | 0.09% | 0.11% | - |
| HSV(B) | 192º | 0.17% | 0.12% | - |
| XYZ | 1.07 | 1.18 | 1.4 | - |
| YUV | 27.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 30 | 0.17 | 0.03 | 0 | 0.88 | 192 | 0.09 | 0.11 |
| Hex | 19 | 1D | 1E | 11 | 3 | 0 | 58 | C0 | 9 | B |
| Octal | 31 | 35 | 36 | 21 | 3 | 0 | 130 | 300 | 11 | 13 |
| Binary | 11001 | 11101 | 11110 | 10001 | 11 | 0 | 1011000 | 11000000 | 1001 | 1011 |
Color Harmonies of #191D1E
Complementary color
Monochromatic Colors of #191D1E
Black with #191D1E
Text Example
Text Example
White with #191D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D1E; }
p { color: rgb(25,29,30); }
H1.HeaderClassName
{
color: #191D1E;
}
.AnyTagClassName
{
color: #191D1E;
}
</style>
background-color css
<style>
a { background-color: #191D1E; }
a { background-color: rgb(25,29,30); }
div.DivClassName
{
background-color: #191D1E;
}
.BgClassName
{
background-color: #191D1E;
}
</style>
border-color css
<style>
span { border-color: #191D1E; }
span { border-color: rgb(25,29,30); }
td.TdClassName
{
border-color: #191D1E;
}
.TagClassName
{
border-color: #191D1E;
}
</style>