Shades of Black Pearl #000915
Tints of Black Pearl #000915
RGB
CMYK
RGB Variations
Color information
#000915 (or 0x000915) is known color: Black Pearl. HEX triplet: 00, 09 and 15. RGB value is (0,9,21). Sum of RGB (Red+Green+Blue) = 0+9+21=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 21 (8.59% from 255 or 70% from 30); Max value from RGB is 21 - color contains mainly: blue. Hex color #000915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000915 is #FFF6EA. Grayscale: #070707. Windows color (decimal): -16774891 or 1378560. OLE color: 1378560.
HSL color Cylindrical-coordinate representation of color #000915: hue angle of 214.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000915 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 9 | 21 | - |
| CMYK | 1 | 0.57 | 0 | 0.92 |
| HSL | 214.29º | 1% | 0.04% | - |
| HSV(B) | 214.29º | 1% | 0.08% | - |
| XYZ | 0.23 | 0.25 | 0.75 | - |
| YUV | 7.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 21 | 1 | 0.57 | 0 | 0.92 | 214.29 | 1 | 0.04 |
| Hex | 0 | 9 | 15 | 64 | 39 | 0 | 5C | D6 | 64 | 4 |
| Octal | 0 | 11 | 25 | 144 | 71 | 0 | 134 | 326 | 144 | 4 |
| Binary | 0 | 1001 | 10101 | 1100100 | 111001 | 0 | 1011100 | 11010110 | 1100100 | 100 |
Color Harmonies of #000915
Complementary color
Monochromatic Colors of #000915
Black with #000915
Text Example
Text Example
White with #000915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000915; }
p { color: rgb(0,9,21); }
H1.HeaderClassName
{
color: #000915;
}
.AnyTagClassName
{
color: #000915;
}
</style>
background-color css
<style>
a { background-color: #000915; }
a { background-color: rgb(0,9,21); }
div.DivClassName
{
background-color: #000915;
}
.BgClassName
{
background-color: #000915;
}
</style>
border-color css
<style>
span { border-color: #000915; }
span { border-color: rgb(0,9,21); }
td.TdClassName
{
border-color: #000915;
}
.TagClassName
{
border-color: #000915;
}
</style>