Shades of Black Pearl #070F10
Tints of Black Pearl #070F10
RGB
CMYK
RGB Variations
Color information
#070F10 (or 0x070F10) is known color: Black Pearl. HEX triplet: 07, 0F and 10. RGB value is (7,15,16). Sum of RGB (Red+Green+Blue) = 7+15+16=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 16 - color contains mainly: blue. Hex color #070F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F10 is #F8F0EF. Grayscale: #0C0C0C. Windows color (decimal): -16314608 or 1052423. OLE color: 1052423.
HSL color Cylindrical-coordinate representation of color #070F10: hue angle of 186.67º 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 #070F10 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 15 | 16 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.94 |
| HSL | 186.67º | 0.39% | 0.05% | - |
| HSV(B) | 186.67º | 0.56% | 0.06% | - |
| XYZ | 0.35 | 0.42 | 0.55 | - |
| YUV | 12.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 16 | 0.56 | 0.06 | 0 | 0.94 | 186.67 | 0.39 | 0.05 |
| Hex | 7 | F | 10 | 38 | 6 | 0 | 5E | BB | 27 | 5 |
| Octal | 7 | 17 | 20 | 70 | 6 | 0 | 136 | 273 | 47 | 5 |
| Binary | 111 | 1111 | 10000 | 111000 | 110 | 0 | 1011110 | 10111011 | 100111 | 101 |
Color Harmonies of #070F10
Complementary color
Monochromatic Colors of #070F10
Black with #070F10
Text Example
Text Example
White with #070F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F10; }
p { color: rgb(7,15,16); }
H1.HeaderClassName
{
color: #070F10;
}
.AnyTagClassName
{
color: #070F10;
}
</style>
background-color css
<style>
a { background-color: #070F10; }
a { background-color: rgb(7,15,16); }
div.DivClassName
{
background-color: #070F10;
}
.BgClassName
{
background-color: #070F10;
}
</style>
border-color css
<style>
span { border-color: #070F10; }
span { border-color: rgb(7,15,16); }
td.TdClassName
{
border-color: #070F10;
}
.TagClassName
{
border-color: #070F10;
}
</style>