Shades of Black Pearl #00090B
Tints of Black Pearl #00090B
RGB
CMYK
RGB Variations
Color information
#00090B (or 0x00090B) is known color: Black Pearl. HEX triplet: 00, 09 and 0B. RGB value is (0,9,11). Sum of RGB (Red+Green+Blue) = 0+9+11=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #00090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00090B is #FFF6F4. Grayscale: #060606. Windows color (decimal): -16774901 or 723200. OLE color: 723200.
HSL color Cylindrical-coordinate representation of color #00090B: hue angle of 190.91º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00090B is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 9 | 11 | - |
| CMYK | 1 | 0.18 | 0 | 0.96 |
| HSL | 190.91º | 1% | 0.02% | - |
| HSV(B) | 190.91º | 1% | 0.04% | - |
| XYZ | 0.16 | 0.22 | 0.35 | - |
| YUV | 6.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 11 | 1 | 0.18 | 0 | 0.96 | 190.91 | 1 | 0.02 |
| Hex | 0 | 9 | B | 64 | 12 | 0 | 60 | BF | 64 | 2 |
| Octal | 0 | 11 | 13 | 144 | 22 | 0 | 140 | 277 | 144 | 2 |
| Binary | 0 | 1001 | 1011 | 1100100 | 10010 | 0 | 1100000 | 10111111 | 1100100 | 10 |
Color Harmonies of #00090B
Complementary color
Monochromatic Colors of #00090B
Black with #00090B
Text Example
Text Example
White with #00090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00090B; }
p { color: rgb(0,9,11); }
H1.HeaderClassName
{
color: #00090B;
}
.AnyTagClassName
{
color: #00090B;
}
</style>
background-color css
<style>
a { background-color: #00090B; }
a { background-color: rgb(0,9,11); }
div.DivClassName
{
background-color: #00090B;
}
.BgClassName
{
background-color: #00090B;
}
</style>
border-color css
<style>
span { border-color: #00090B; }
span { border-color: rgb(0,9,11); }
td.TdClassName
{
border-color: #00090B;
}
.TagClassName
{
border-color: #00090B;
}
</style>