Shades of Black Pearl #00191E
Tints of Black Pearl #00191E
RGB
CMYK
RGB Variations
Color information
#00191E (or 0x00191E) is known color: Black Pearl. HEX triplet: 00, 19 and 1E. RGB value is (0,25,30). Sum of RGB (Red+Green+Blue) = 0+25+30=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #00191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00191E is #FFE6E1. Grayscale: #121212. Windows color (decimal): -16770786 or 1972480. OLE color: 1972480.
HSL color Cylindrical-coordinate representation of color #00191E: hue angle of 190º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00191E is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 25 | 30 | - |
| CMYK | 1 | 0.17 | 0 | 0.88 |
| HSL | 190º | 1% | 0.06% | - |
| HSV(B) | 190º | 1% | 0.12% | - |
| XYZ | 0.58 | 0.79 | 1.35 | - |
| YUV | 18.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 30 | 1 | 0.17 | 0 | 0.88 | 190 | 1 | 0.06 |
| Hex | 0 | 19 | 1E | 64 | 11 | 0 | 58 | BE | 64 | 6 |
| Octal | 0 | 31 | 36 | 144 | 21 | 0 | 130 | 276 | 144 | 6 |
| Binary | 0 | 11001 | 11110 | 1100100 | 10001 | 0 | 1011000 | 10111110 | 1100100 | 110 |
Color Harmonies of #00191E
Complementary color
Monochromatic Colors of #00191E
Black with #00191E
Text Example
Text Example
White with #00191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00191E; }
p { color: rgb(0,25,30); }
H1.HeaderClassName
{
color: #00191E;
}
.AnyTagClassName
{
color: #00191E;
}
</style>
background-color css
<style>
a { background-color: #00191E; }
a { background-color: rgb(0,25,30); }
div.DivClassName
{
background-color: #00191E;
}
.BgClassName
{
background-color: #00191E;
}
</style>
border-color css
<style>
span { border-color: #00191E; }
span { border-color: rgb(0,25,30); }
td.TdClassName
{
border-color: #00191E;
}
.TagClassName
{
border-color: #00191E;
}
</style>