Shades of Black Pearl #00070E
Tints of Black Pearl #00070E
RGB
CMYK
RGB Variations
Color information
#00070E (or 0x00070E) is known color: Black Pearl. HEX triplet: 00, 07 and 0E. RGB value is (0,7,14). Sum of RGB (Red+Green+Blue) = 0+7+14=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 14 (5.86% from 255 or 66.67% from 21); Max value from RGB is 14 - color contains mainly: blue. Hex color #00070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00070E is #FFF8F1. Grayscale: #050505. Windows color (decimal): -16775410 or 919296. OLE color: 919296.
HSL color Cylindrical-coordinate representation of color #00070E: hue angle of 210º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00070E is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 7 | 14 | - |
| CMYK | 1 | 0.5 | 0 | 0.95 |
| HSL | 210º | 1% | 0.03% | - |
| HSV(B) | 210º | 1% | 0.05% | - |
| XYZ | 0.16 | 0.18 | 0.44 | - |
| YUV | 5.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 14 | 1 | 0.5 | 0 | 0.95 | 210 | 1 | 0.03 |
| Hex | 0 | 7 | E | 64 | 32 | 0 | 5F | D2 | 64 | 3 |
| Octal | 0 | 7 | 16 | 144 | 62 | 0 | 137 | 322 | 144 | 3 |
| Binary | 0 | 111 | 1110 | 1100100 | 110010 | 0 | 1011111 | 11010010 | 1100100 | 11 |
Color Harmonies of #00070E
Complementary color
Monochromatic Colors of #00070E
Black with #00070E
Text Example
Text Example
White with #00070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00070E; }
p { color: rgb(0,7,14); }
H1.HeaderClassName
{
color: #00070E;
}
.AnyTagClassName
{
color: #00070E;
}
</style>
background-color css
<style>
a { background-color: #00070E; }
a { background-color: rgb(0,7,14); }
div.DivClassName
{
background-color: #00070E;
}
.BgClassName
{
background-color: #00070E;
}
</style>
border-color css
<style>
span { border-color: #00070E; }
span { border-color: rgb(0,7,14); }
td.TdClassName
{
border-color: #00070E;
}
.TagClassName
{
border-color: #00070E;
}
</style>