Shades of Black Pearl #070C14
Tints of Black Pearl #070C14
RGB
CMYK
RGB Variations
Color information
#070C14 (or 0x070C14) is known color: Black Pearl. HEX triplet: 07, 0C and 14. RGB value is (7,12,20). Sum of RGB (Red+Green+Blue) = 7+12+20=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #070C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C14 is #F8F3EB. Grayscale: #0B0B0B. Windows color (decimal): -16315372 or 1313799. OLE color: 1313799.
HSL color Cylindrical-coordinate representation of color #070C14: hue angle of 216.92º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #070C14 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 12 | 20 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.92 |
| HSL | 216.92º | 0.48% | 0.05% | - |
| HSV(B) | 216.92º | 0.65% | 0.08% | - |
| XYZ | 0.35 | 0.36 | 0.71 | - |
| YUV | 11.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 20 | 0.65 | 0.40 | 0 | 0.92 | 216.92 | 0.48 | 0.05 |
| Hex | 7 | C | 14 | 41 | 28 | 0 | 5C | D9 | 30 | 5 |
| Octal | 7 | 14 | 24 | 101 | 50 | 0 | 134 | 331 | 60 | 5 |
| Binary | 111 | 1100 | 10100 | 1000001 | 101000 | 0 | 1011100 | 11011001 | 110000 | 101 |
Color Harmonies of #070C14
Complementary color
Monochromatic Colors of #070C14
Black with #070C14
Text Example
Text Example
White with #070C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C14; }
p { color: rgb(7,12,20); }
H1.HeaderClassName
{
color: #070C14;
}
.AnyTagClassName
{
color: #070C14;
}
</style>
background-color css
<style>
a { background-color: #070C14; }
a { background-color: rgb(7,12,20); }
div.DivClassName
{
background-color: #070C14;
}
.BgClassName
{
background-color: #070C14;
}
</style>
border-color css
<style>
span { border-color: #070C14; }
span { border-color: rgb(7,12,20); }
td.TdClassName
{
border-color: #070C14;
}
.TagClassName
{
border-color: #070C14;
}
</style>