Shades of Black Pearl #00050B
Tints of Black Pearl #00050B
RGB
CMYK
RGB Variations
Color information
#00050B (or 0x00050B) is known color: Black Pearl. HEX triplet: 00, 05 and 0B. RGB value is (0,5,11). Sum of RGB (Red+Green+Blue) = 0+5+11=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 11 (4.69% from 255 or 68.75% from 16); Max value from RGB is 11 - color contains mainly: blue. Hex color #00050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00050B is #FFFAF4. Grayscale: #040404. Windows color (decimal): -16775925 or 722176. OLE color: 722176.
HSL color Cylindrical-coordinate representation of color #00050B: hue angle of 212.73º 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 #00050B is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 5 | 11 | - |
| CMYK | 1 | 0.55 | 0 | 0.96 |
| HSL | 212.73º | 1% | 0.02% | - |
| HSV(B) | 212.73º | 1% | 0.04% | - |
| XYZ | 0.11 | 0.13 | 0.34 | - |
| YUV | 4.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 11 | 1 | 0.55 | 0 | 0.96 | 212.73 | 1 | 0.02 |
| Hex | 0 | 5 | B | 64 | 37 | 0 | 60 | D5 | 64 | 2 |
| Octal | 0 | 5 | 13 | 144 | 67 | 0 | 140 | 325 | 144 | 2 |
| Binary | 0 | 101 | 1011 | 1100100 | 110111 | 0 | 1100000 | 11010101 | 1100100 | 10 |
Color Harmonies of #00050B
Complementary color
Monochromatic Colors of #00050B
Black with #00050B
Text Example
Text Example
White with #00050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00050B; }
p { color: rgb(0,5,11); }
H1.HeaderClassName
{
color: #00050B;
}
.AnyTagClassName
{
color: #00050B;
}
</style>
background-color css
<style>
a { background-color: #00050B; }
a { background-color: rgb(0,5,11); }
div.DivClassName
{
background-color: #00050B;
}
.BgClassName
{
background-color: #00050B;
}
</style>
border-color css
<style>
span { border-color: #00050B; }
span { border-color: rgb(0,5,11); }
td.TdClassName
{
border-color: #00050B;
}
.TagClassName
{
border-color: #00050B;
}
</style>