Shades of Black Pearl #070A0E
Tints of Black Pearl #070A0E
RGB
CMYK
RGB Variations
Color information
#070A0E (or 0x070A0E) is known color: Black Pearl. HEX triplet: 07, 0A and 0E. RGB value is (7,10,14). Sum of RGB (Red+Green+Blue) = 7+10+14=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 14 - color contains mainly: blue. Hex color #070A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A0E is #F8F5F1. Grayscale: #090909. Windows color (decimal): -16315890 or 920071. OLE color: 920071.
HSL color Cylindrical-coordinate representation of color #070A0E: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070A0E is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 10 | 14 | - |
| CMYK | 0.5 | 0.29 | 0 | 0.95 |
| HSL | 214.29º | 0.33% | 0.04% | - |
| HSV(B) | 214.29º | 0.5% | 0.05% | - |
| XYZ | 0.28 | 0.29 | 0.46 | - |
| YUV | 9.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 14 | 0.5 | 0.29 | 0 | 0.95 | 214.29 | 0.33 | 0.04 |
| Hex | 7 | A | E | 32 | 1D | 0 | 5F | D6 | 21 | 4 |
| Octal | 7 | 12 | 16 | 62 | 35 | 0 | 137 | 326 | 41 | 4 |
| Binary | 111 | 1010 | 1110 | 110010 | 11101 | 0 | 1011111 | 11010110 | 100001 | 100 |
Color Harmonies of #070A0E
Complementary color
Monochromatic Colors of #070A0E
Black with #070A0E
Text Example
Text Example
White with #070A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A0E; }
p { color: rgb(7,10,14); }
H1.HeaderClassName
{
color: #070A0E;
}
.AnyTagClassName
{
color: #070A0E;
}
</style>
background-color css
<style>
a { background-color: #070A0E; }
a { background-color: rgb(7,10,14); }
div.DivClassName
{
background-color: #070A0E;
}
.BgClassName
{
background-color: #070A0E;
}
</style>
border-color css
<style>
span { border-color: #070A0E; }
span { border-color: rgb(7,10,14); }
td.TdClassName
{
border-color: #070A0E;
}
.TagClassName
{
border-color: #070A0E;
}
</style>