Shades of Black Pearl #000F19
Tints of Black Pearl #000F19
RGB
CMYK
RGB Variations
Color information
#000F19 (or 0x000F19) is known color: Black Pearl. HEX triplet: 00, 0F and 19. RGB value is (0,15,25). Sum of RGB (Red+Green+Blue) = 0+15+25=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #000F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F19 is #FFF0E6. Grayscale: #0B0B0B. Windows color (decimal): -16773351 or 1642240. OLE color: 1642240.
HSL color Cylindrical-coordinate representation of color #000F19: hue angle of 204º 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 #000F19 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 15 | 25 | - |
| CMYK | 1 | 0.40 | 0 | 0.90 |
| HSL | 204º | 1% | 0.05% | - |
| HSV(B) | 204º | 1% | 0.1% | - |
| XYZ | 0.35 | 0.41 | 0.98 | - |
| YUV | 11.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 25 | 1 | 0.40 | 0 | 0.90 | 204 | 1 | 0.05 |
| Hex | 0 | F | 19 | 64 | 28 | 0 | 5A | CC | 64 | 5 |
| Octal | 0 | 17 | 31 | 144 | 50 | 0 | 132 | 314 | 144 | 5 |
| Binary | 0 | 1111 | 11001 | 1100100 | 101000 | 0 | 1011010 | 11001100 | 1100100 | 101 |
Color Harmonies of #000F19
Complementary color
Monochromatic Colors of #000F19
Black with #000F19
Text Example
Text Example
White with #000F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F19; }
p { color: rgb(0,15,25); }
H1.HeaderClassName
{
color: #000F19;
}
.AnyTagClassName
{
color: #000F19;
}
</style>
background-color css
<style>
a { background-color: #000F19; }
a { background-color: rgb(0,15,25); }
div.DivClassName
{
background-color: #000F19;
}
.BgClassName
{
background-color: #000F19;
}
</style>
border-color css
<style>
span { border-color: #000F19; }
span { border-color: rgb(0,15,25); }
td.TdClassName
{
border-color: #000F19;
}
.TagClassName
{
border-color: #000F19;
}
</style>