Shades of Black Pearl #070C13
Tints of Black Pearl #070C13
RGB
CMYK
RGB Variations
Color information
#070C13 (or 0x070C13) is known color: Black Pearl. HEX triplet: 07, 0C and 13. RGB value is (7,12,19). Sum of RGB (Red+Green+Blue) = 7+12+19=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #070C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C13 is #F8F3EC. Grayscale: #0B0B0B. Windows color (decimal): -16315373 or 1248263. OLE color: 1248263.
HSL color Cylindrical-coordinate representation of color #070C13: hue angle of 215º 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 #070C13 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 12 | 19 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.93 |
| HSL | 215º | 0.46% | 0.05% | - |
| HSV(B) | 215º | 0.63% | 0.07% | - |
| XYZ | 0.34 | 0.36 | 0.67 | - |
| YUV | 11.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 19 | 0.63 | 0.37 | 0 | 0.93 | 215 | 0.46 | 0.05 |
| Hex | 7 | C | 13 | 3F | 25 | 0 | 5D | D7 | 2E | 5 |
| Octal | 7 | 14 | 23 | 77 | 45 | 0 | 135 | 327 | 56 | 5 |
| Binary | 111 | 1100 | 10011 | 111111 | 100101 | 0 | 1011101 | 11010111 | 101110 | 101 |
Color Harmonies of #070C13
Complementary color
Monochromatic Colors of #070C13
Black with #070C13
Text Example
Text Example
White with #070C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C13; }
p { color: rgb(7,12,19); }
H1.HeaderClassName
{
color: #070C13;
}
.AnyTagClassName
{
color: #070C13;
}
</style>
background-color css
<style>
a { background-color: #070C13; }
a { background-color: rgb(7,12,19); }
div.DivClassName
{
background-color: #070C13;
}
.BgClassName
{
background-color: #070C13;
}
</style>
border-color css
<style>
span { border-color: #070C13; }
span { border-color: rgb(7,12,19); }
td.TdClassName
{
border-color: #070C13;
}
.TagClassName
{
border-color: #070C13;
}
</style>