Shades of Black Pearl #000919
Tints of Black Pearl #000919
RGB
CMYK
RGB Variations
Color information
#000919 (or 0x000919) is known color: Black Pearl. HEX triplet: 00, 09 and 19. RGB value is (0,9,25). Sum of RGB (Red+Green+Blue) = 0+9+25=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 25 (10.16% from 255 or 73.53% from 34); Max value from RGB is 25 - color contains mainly: blue. Hex color #000919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000919 is #FFF6E6. Grayscale: #080808. Windows color (decimal): -16774887 or 1640704. OLE color: 1640704.
HSL color Cylindrical-coordinate representation of color #000919: hue angle of 218.4º 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 #000919 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 9 | 25 | - |
| CMYK | 1 | 0.64 | 0 | 0.90 |
| HSL | 218.4º | 1% | 0.05% | - |
| HSV(B) | 218.4º | 1% | 0.1% | - |
| XYZ | 0.27 | 0.27 | 0.96 | - |
| YUV | 8.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 25 | 1 | 0.64 | 0 | 0.90 | 218.4 | 1 | 0.05 |
| Hex | 0 | 9 | 19 | 64 | 40 | 0 | 5A | DA | 64 | 5 |
| Octal | 0 | 11 | 31 | 144 | 100 | 0 | 132 | 332 | 144 | 5 |
| Binary | 0 | 1001 | 11001 | 1100100 | 1000000 | 0 | 1011010 | 11011010 | 1100100 | 101 |
Color Harmonies of #000919
Complementary color
Monochromatic Colors of #000919
Black with #000919
Text Example
Text Example
White with #000919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000919; }
p { color: rgb(0,9,25); }
H1.HeaderClassName
{
color: #000919;
}
.AnyTagClassName
{
color: #000919;
}
</style>
background-color css
<style>
a { background-color: #000919; }
a { background-color: rgb(0,9,25); }
div.DivClassName
{
background-color: #000919;
}
.BgClassName
{
background-color: #000919;
}
</style>
border-color css
<style>
span { border-color: #000919; }
span { border-color: rgb(0,9,25); }
td.TdClassName
{
border-color: #000919;
}
.TagClassName
{
border-color: #000919;
}
</style>