Shades of Black Pearl #191D1F
Tints of Black Pearl #191D1F
RGB
CMYK
RGB Variations
Color information
#191D1F (or 0x191D1F) is known color: Black Pearl. HEX triplet: 19, 1D and 1F. RGB value is (25,29,31). Sum of RGB (Red+Green+Blue) = 25+29+31=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 31 - color contains mainly: blue. Hex color #191D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D1F is #E6E2E0. Grayscale: #1C1C1C. Windows color (decimal): -15131361 or 2039065. OLE color: 2039065.
HSL color Cylindrical-coordinate representation of color #191D1F: hue angle of 200º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191D1F is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 29 | 31 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.88 |
| HSL | 200º | 0.11% | 0.11% | - |
| HSV(B) | 200º | 0.19% | 0.12% | - |
| XYZ | 1.09 | 1.18 | 1.47 | - |
| YUV | 28.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 31 | 0.19 | 0.06 | 0 | 0.88 | 200 | 0.11 | 0.11 |
| Hex | 19 | 1D | 1F | 13 | 6 | 0 | 58 | C8 | B | B |
| Octal | 31 | 35 | 37 | 23 | 6 | 0 | 130 | 310 | 13 | 13 |
| Binary | 11001 | 11101 | 11111 | 10011 | 110 | 0 | 1011000 | 11001000 | 1011 | 1011 |
Color Harmonies of #191D1F
Complementary color
Monochromatic Colors of #191D1F
Black with #191D1F
Text Example
Text Example
White with #191D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D1F; }
p { color: rgb(25,29,31); }
H1.HeaderClassName
{
color: #191D1F;
}
.AnyTagClassName
{
color: #191D1F;
}
</style>
background-color css
<style>
a { background-color: #191D1F; }
a { background-color: rgb(25,29,31); }
div.DivClassName
{
background-color: #191D1F;
}
.BgClassName
{
background-color: #191D1F;
}
</style>
border-color css
<style>
span { border-color: #191D1F; }
span { border-color: rgb(25,29,31); }
td.TdClassName
{
border-color: #191D1F;
}
.TagClassName
{
border-color: #191D1F;
}
</style>