Shades of Black Pearl #00090F
Tints of Black Pearl #00090F
RGB
CMYK
RGB Variations
Color information
#00090F (or 0x00090F) is known color: Black Pearl. HEX triplet: 00, 09 and 0F. RGB value is (0,9,15). Sum of RGB (Red+Green+Blue) = 0+9+15=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #00090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00090F is #FFF6F0. Grayscale: #060606. Windows color (decimal): -16774897 or 985344. OLE color: 985344.
HSL color Cylindrical-coordinate representation of color #00090F: hue angle of 204º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00090F is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 9 | 15 | - |
| CMYK | 1 | 0.40 | 0 | 0.94 |
| HSL | 204º | 1% | 0.03% | - |
| HSV(B) | 204º | 1% | 0.06% | - |
| XYZ | 0.18 | 0.23 | 0.49 | - |
| YUV | 6.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 15 | 1 | 0.40 | 0 | 0.94 | 204 | 1 | 0.03 |
| Hex | 0 | 9 | F | 64 | 28 | 0 | 5E | CC | 64 | 3 |
| Octal | 0 | 11 | 17 | 144 | 50 | 0 | 136 | 314 | 144 | 3 |
| Binary | 0 | 1001 | 1111 | 1100100 | 101000 | 0 | 1011110 | 11001100 | 1100100 | 11 |
Color Harmonies of #00090F
Complementary color
Monochromatic Colors of #00090F
Black with #00090F
Text Example
Text Example
White with #00090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00090F; }
p { color: rgb(0,9,15); }
H1.HeaderClassName
{
color: #00090F;
}
.AnyTagClassName
{
color: #00090F;
}
</style>
background-color css
<style>
a { background-color: #00090F; }
a { background-color: rgb(0,9,15); }
div.DivClassName
{
background-color: #00090F;
}
.BgClassName
{
background-color: #00090F;
}
</style>
border-color css
<style>
span { border-color: #00090F; }
span { border-color: rgb(0,9,15); }
td.TdClassName
{
border-color: #00090F;
}
.TagClassName
{
border-color: #00090F;
}
</style>