Shades of Black Pearl #070E10
Tints of Black Pearl #070E10
RGB
CMYK
RGB Variations
Color information
#070E10 (or 0x070E10) is known color: Black Pearl. HEX triplet: 07, 0E and 10. RGB value is (7,14,16). Sum of RGB (Red+Green+Blue) = 7+14+16=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: blue. Hex color #070E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E10 is #F8F1EF. Grayscale: #0C0C0C. Windows color (decimal): -16314864 or 1052167. OLE color: 1052167.
HSL color Cylindrical-coordinate representation of color #070E10: hue angle of 193.33º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #070E10 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 14 | 16 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.94 |
| HSL | 193.33º | 0.39% | 0.05% | - |
| HSV(B) | 193.33º | 0.56% | 0.06% | - |
| XYZ | 0.34 | 0.4 | 0.55 | - |
| YUV | 12.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 16 | 0.56 | 0.13 | 0 | 0.94 | 193.33 | 0.39 | 0.05 |
| Hex | 7 | E | 10 | 38 | D | 0 | 5E | C1 | 27 | 5 |
| Octal | 7 | 16 | 20 | 70 | 15 | 0 | 136 | 301 | 47 | 5 |
| Binary | 111 | 1110 | 10000 | 111000 | 1101 | 0 | 1011110 | 11000001 | 100111 | 101 |
Color Harmonies of #070E10
Complementary color
Monochromatic Colors of #070E10
Black with #070E10
Text Example
Text Example
White with #070E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E10; }
p { color: rgb(7,14,16); }
H1.HeaderClassName
{
color: #070E10;
}
.AnyTagClassName
{
color: #070E10;
}
</style>
background-color css
<style>
a { background-color: #070E10; }
a { background-color: rgb(7,14,16); }
div.DivClassName
{
background-color: #070E10;
}
.BgClassName
{
background-color: #070E10;
}
</style>
border-color css
<style>
span { border-color: #070E10; }
span { border-color: rgb(7,14,16); }
td.TdClassName
{
border-color: #070E10;
}
.TagClassName
{
border-color: #070E10;
}
</style>