Shades of Black Pearl #00070B
Tints of Black Pearl #00070B
RGB
CMYK
RGB Variations
Color information
#00070B (or 0x00070B) is known color: Black Pearl. HEX triplet: 00, 07 and 0B. RGB value is (0,7,11). Sum of RGB (Red+Green+Blue) = 0+7+11=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #00070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00070B is #FFF8F4. Grayscale: #050505. Windows color (decimal): -16775413 or 722688. OLE color: 722688.
HSL color Cylindrical-coordinate representation of color #00070B: hue angle of 201.82º 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 #00070B is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 7 | 11 | - |
| CMYK | 1 | 0.36 | 0 | 0.96 |
| HSL | 201.82º | 1% | 0.02% | - |
| HSV(B) | 201.82º | 1% | 0.04% | - |
| XYZ | 0.14 | 0.18 | 0.34 | - |
| YUV | 5.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 11 | 1 | 0.36 | 0 | 0.96 | 201.82 | 1 | 0.02 |
| Hex | 0 | 7 | B | 64 | 24 | 0 | 60 | CA | 64 | 2 |
| Octal | 0 | 7 | 13 | 144 | 44 | 0 | 140 | 312 | 144 | 2 |
| Binary | 0 | 111 | 1011 | 1100100 | 100100 | 0 | 1100000 | 11001010 | 1100100 | 10 |
Color Harmonies of #00070B
Complementary color
Monochromatic Colors of #00070B
Black with #00070B
Text Example
Text Example
White with #00070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00070B; }
p { color: rgb(0,7,11); }
H1.HeaderClassName
{
color: #00070B;
}
.AnyTagClassName
{
color: #00070B;
}
</style>
background-color css
<style>
a { background-color: #00070B; }
a { background-color: rgb(0,7,11); }
div.DivClassName
{
background-color: #00070B;
}
.BgClassName
{
background-color: #00070B;
}
</style>
border-color css
<style>
span { border-color: #00070B; }
span { border-color: rgb(0,7,11); }
td.TdClassName
{
border-color: #00070B;
}
.TagClassName
{
border-color: #00070B;
}
</style>