Shades of Black Pearl #070E13
Tints of Black Pearl #070E13
RGB
CMYK
RGB Variations
Color information
#070E13 (or 0x070E13) is known color: Black Pearl. HEX triplet: 07, 0E and 13. RGB value is (7,14,19). Sum of RGB (Red+Green+Blue) = 7+14+19=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #070E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E13 is #F8F1EC. Grayscale: #0C0C0C. Windows color (decimal): -16314861 or 1248775. OLE color: 1248775.
HSL color Cylindrical-coordinate representation of color #070E13: hue angle of 205º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #070E13 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 14 | 19 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.93 |
| HSL | 205º | 0.46% | 0.05% | - |
| HSV(B) | 205º | 0.63% | 0.07% | - |
| XYZ | 0.36 | 0.41 | 0.68 | - |
| YUV | 12.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 19 | 0.63 | 0.26 | 0 | 0.93 | 205 | 0.46 | 0.05 |
| Hex | 7 | E | 13 | 3F | 1A | 0 | 5D | CD | 2E | 5 |
| Octal | 7 | 16 | 23 | 77 | 32 | 0 | 135 | 315 | 56 | 5 |
| Binary | 111 | 1110 | 10011 | 111111 | 11010 | 0 | 1011101 | 11001101 | 101110 | 101 |
Color Harmonies of #070E13
Complementary color
Monochromatic Colors of #070E13
Black with #070E13
Text Example
Text Example
White with #070E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E13; }
p { color: rgb(7,14,19); }
H1.HeaderClassName
{
color: #070E13;
}
.AnyTagClassName
{
color: #070E13;
}
</style>
background-color css
<style>
a { background-color: #070E13; }
a { background-color: rgb(7,14,19); }
div.DivClassName
{
background-color: #070E13;
}
.BgClassName
{
background-color: #070E13;
}
</style>
border-color css
<style>
span { border-color: #070E13; }
span { border-color: rgb(7,14,19); }
td.TdClassName
{
border-color: #070E13;
}
.TagClassName
{
border-color: #070E13;
}
</style>