Shades of Black Pearl #00191D
Tints of Black Pearl #00191D
RGB
CMYK
RGB Variations
Color information
#00191D (or 0x00191D) is known color: Black Pearl. HEX triplet: 00, 19 and 1D. RGB value is (0,25,29). Sum of RGB (Red+Green+Blue) = 0+25+29=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #00191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00191D is #FFE6E2. Grayscale: #111111. Windows color (decimal): -16770787 or 1906944. OLE color: 1906944.
HSL color Cylindrical-coordinate representation of color #00191D: hue angle of 188.28º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00191D is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 25 | 29 | - |
| CMYK | 1 | 0.14 | 0 | 0.89 |
| HSL | 188.28º | 1% | 0.06% | - |
| HSV(B) | 188.28º | 1% | 0.11% | - |
| XYZ | 0.57 | 0.78 | 1.28 | - |
| YUV | 17.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 29 | 1 | 0.14 | 0 | 0.89 | 188.28 | 1 | 0.06 |
| Hex | 0 | 19 | 1D | 64 | E | 0 | 59 | BC | 64 | 6 |
| Octal | 0 | 31 | 35 | 144 | 16 | 0 | 131 | 274 | 144 | 6 |
| Binary | 0 | 11001 | 11101 | 1100100 | 1110 | 0 | 1011001 | 10111100 | 1100100 | 110 |
Color Harmonies of #00191D
Complementary color
Monochromatic Colors of #00191D
Black with #00191D
Text Example
Text Example
White with #00191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00191D; }
p { color: rgb(0,25,29); }
H1.HeaderClassName
{
color: #00191D;
}
.AnyTagClassName
{
color: #00191D;
}
</style>
background-color css
<style>
a { background-color: #00191D; }
a { background-color: rgb(0,25,29); }
div.DivClassName
{
background-color: #00191D;
}
.BgClassName
{
background-color: #00191D;
}
</style>
border-color css
<style>
span { border-color: #00191D; }
span { border-color: rgb(0,25,29); }
td.TdClassName
{
border-color: #00191D;
}
.TagClassName
{
border-color: #00191D;
}
</style>