Shades of Black Pearl #000D19
Tints of Black Pearl #000D19
RGB
CMYK
RGB Variations
Color information
#000D19 (or 0x000D19) is known color: Black Pearl. HEX triplet: 00, 0D and 19. RGB value is (0,13,25). Sum of RGB (Red+Green+Blue) = 0+13+25=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #000D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D19 is #FFF2E6. Grayscale: #0A0A0A. Windows color (decimal): -16773863 or 1641728. OLE color: 1641728.
HSL color Cylindrical-coordinate representation of color #000D19: hue angle of 208.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D19 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 13 | 25 | - |
| CMYK | 1 | 0.48 | 0 | 0.90 |
| HSL | 208.8º | 1% | 0.05% | - |
| HSV(B) | 208.8º | 1% | 0.1% | - |
| XYZ | 0.32 | 0.36 | 0.97 | - |
| YUV | 10.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 25 | 1 | 0.48 | 0 | 0.90 | 208.8 | 1 | 0.05 |
| Hex | 0 | D | 19 | 64 | 30 | 0 | 5A | D1 | 64 | 5 |
| Octal | 0 | 15 | 31 | 144 | 60 | 0 | 132 | 321 | 144 | 5 |
| Binary | 0 | 1101 | 11001 | 1100100 | 110000 | 0 | 1011010 | 11010001 | 1100100 | 101 |
Color Harmonies of #000D19
Complementary color
Monochromatic Colors of #000D19
Black with #000D19
Text Example
Text Example
White with #000D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D19; }
p { color: rgb(0,13,25); }
H1.HeaderClassName
{
color: #000D19;
}
.AnyTagClassName
{
color: #000D19;
}
</style>
background-color css
<style>
a { background-color: #000D19; }
a { background-color: rgb(0,13,25); }
div.DivClassName
{
background-color: #000D19;
}
.BgClassName
{
background-color: #000D19;
}
</style>
border-color css
<style>
span { border-color: #000D19; }
span { border-color: rgb(0,13,25); }
td.TdClassName
{
border-color: #000D19;
}
.TagClassName
{
border-color: #000D19;
}
</style>