Shades of Black Pearl #070E0F
Tints of Black Pearl #070E0F
RGB
CMYK
RGB Variations
Color information
#070E0F (or 0x070E0F) is known color: Black Pearl. HEX triplet: 07, 0E and 0F. RGB value is (7,14,15). Sum of RGB (Red+Green+Blue) = 7+14+15=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 15 - color contains mainly: blue. Hex color #070E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E0F is #F8F1F0. Grayscale: #0C0C0C. Windows color (decimal): -16314865 or 986631. OLE color: 986631.
HSL color Cylindrical-coordinate representation of color #070E0F: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070E0F is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 14 | 15 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.94 |
| HSL | 187.5º | 0.36% | 0.04% | - |
| HSV(B) | 187.5º | 0.53% | 0.06% | - |
| XYZ | 0.33 | 0.39 | 0.51 | - |
| YUV | 12.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 15 | 0.53 | 0.07 | 0 | 0.94 | 187.5 | 0.36 | 0.04 |
| Hex | 7 | E | F | 35 | 7 | 0 | 5E | BC | 24 | 4 |
| Octal | 7 | 16 | 17 | 65 | 7 | 0 | 136 | 274 | 44 | 4 |
| Binary | 111 | 1110 | 1111 | 110101 | 111 | 0 | 1011110 | 10111100 | 100100 | 100 |
Color Harmonies of #070E0F
Complementary color
Monochromatic Colors of #070E0F
Black with #070E0F
Text Example
Text Example
White with #070E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E0F; }
p { color: rgb(7,14,15); }
H1.HeaderClassName
{
color: #070E0F;
}
.AnyTagClassName
{
color: #070E0F;
}
</style>
background-color css
<style>
a { background-color: #070E0F; }
a { background-color: rgb(7,14,15); }
div.DivClassName
{
background-color: #070E0F;
}
.BgClassName
{
background-color: #070E0F;
}
</style>
border-color css
<style>
span { border-color: #070E0F; }
span { border-color: rgb(7,14,15); }
td.TdClassName
{
border-color: #070E0F;
}
.TagClassName
{
border-color: #070E0F;
}
</style>