Shades of Black Pearl #000916
Tints of Black Pearl #000916
RGB
CMYK
RGB Variations
Color information
#000916 (or 0x000916) is known color: Black Pearl. HEX triplet: 00, 09 and 16. RGB value is (0,9,22). Sum of RGB (Red+Green+Blue) = 0+9+22=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 22 (8.98% from 255 or 70.97% from 31); Max value from RGB is 22 - color contains mainly: blue. Hex color #000916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000916 is #FFF6E9. Grayscale: #070707. Windows color (decimal): -16774890 or 1444096. OLE color: 1444096.
HSL color Cylindrical-coordinate representation of color #000916: hue angle of 215.45º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000916 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 9 | 22 | - |
| CMYK | 1 | 0.59 | 0 | 0.91 |
| HSL | 215.45º | 1% | 0.04% | - |
| HSV(B) | 215.45º | 1% | 0.09% | - |
| XYZ | 0.24 | 0.25 | 0.8 | - |
| YUV | 7.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 22 | 1 | 0.59 | 0 | 0.91 | 215.45 | 1 | 0.04 |
| Hex | 0 | 9 | 16 | 64 | 3B | 0 | 5B | D7 | 64 | 4 |
| Octal | 0 | 11 | 26 | 144 | 73 | 0 | 133 | 327 | 144 | 4 |
| Binary | 0 | 1001 | 10110 | 1100100 | 111011 | 0 | 1011011 | 11010111 | 1100100 | 100 |
Color Harmonies of #000916
Complementary color
Monochromatic Colors of #000916
Black with #000916
Text Example
Text Example
White with #000916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000916; }
p { color: rgb(0,9,22); }
H1.HeaderClassName
{
color: #000916;
}
.AnyTagClassName
{
color: #000916;
}
</style>
background-color css
<style>
a { background-color: #000916; }
a { background-color: rgb(0,9,22); }
div.DivClassName
{
background-color: #000916;
}
.BgClassName
{
background-color: #000916;
}
</style>
border-color css
<style>
span { border-color: #000916; }
span { border-color: rgb(0,9,22); }
td.TdClassName
{
border-color: #000916;
}
.TagClassName
{
border-color: #000916;
}
</style>