Shades of Black Pearl #070F12
Tints of Black Pearl #070F12
RGB
CMYK
RGB Variations
Color information
#070F12 (or 0x070F12) is known color: Black Pearl. HEX triplet: 07, 0F and 12. RGB value is (7,15,18). Sum of RGB (Red+Green+Blue) = 7+15+18=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #070F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F12 is #F8F0ED. Grayscale: #0C0C0C. Windows color (decimal): -16314606 or 1183495. OLE color: 1183495.
HSL color Cylindrical-coordinate representation of color #070F12: hue angle of 196.36º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #070F12 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 15 | 18 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.93 |
| HSL | 196.36º | 0.44% | 0.05% | - |
| HSV(B) | 196.36º | 0.61% | 0.07% | - |
| XYZ | 0.37 | 0.43 | 0.64 | - |
| YUV | 12.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 18 | 0.61 | 0.17 | 0 | 0.93 | 196.36 | 0.44 | 0.05 |
| Hex | 7 | F | 12 | 3D | 11 | 0 | 5D | C4 | 2C | 5 |
| Octal | 7 | 17 | 22 | 75 | 21 | 0 | 135 | 304 | 54 | 5 |
| Binary | 111 | 1111 | 10010 | 111101 | 10001 | 0 | 1011101 | 11000100 | 101100 | 101 |
Color Harmonies of #070F12
Complementary color
Monochromatic Colors of #070F12
Black with #070F12
Text Example
Text Example
White with #070F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F12; }
p { color: rgb(7,15,18); }
H1.HeaderClassName
{
color: #070F12;
}
.AnyTagClassName
{
color: #070F12;
}
</style>
background-color css
<style>
a { background-color: #070F12; }
a { background-color: rgb(7,15,18); }
div.DivClassName
{
background-color: #070F12;
}
.BgClassName
{
background-color: #070F12;
}
</style>
border-color css
<style>
span { border-color: #070F12; }
span { border-color: rgb(7,15,18); }
td.TdClassName
{
border-color: #070F12;
}
.TagClassName
{
border-color: #070F12;
}
</style>