Shades of Black Pearl #070D15
Tints of Black Pearl #070D15
RGB
CMYK
RGB Variations
Color information
#070D15 (or 0x070D15) is known color: Black Pearl. HEX triplet: 07, 0D and 15. RGB value is (7,13,21). Sum of RGB (Red+Green+Blue) = 7+13+21=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #070D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D15 is #F8F2EA. Grayscale: #0C0C0C. Windows color (decimal): -16315115 or 1379591. OLE color: 1379591.
HSL color Cylindrical-coordinate representation of color #070D15: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #070D15 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 13 | 21 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.92 |
| HSL | 214.29º | 0.5% | 0.05% | - |
| HSV(B) | 214.29º | 0.67% | 0.08% | - |
| XYZ | 0.37 | 0.39 | 0.76 | - |
| YUV | 12.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 21 | 0.67 | 0.38 | 0 | 0.92 | 214.29 | 0.5 | 0.05 |
| Hex | 7 | D | 15 | 43 | 26 | 0 | 5C | D6 | 32 | 5 |
| Octal | 7 | 15 | 25 | 103 | 46 | 0 | 134 | 326 | 62 | 5 |
| Binary | 111 | 1101 | 10101 | 1000011 | 100110 | 0 | 1011100 | 11010110 | 110010 | 101 |
Color Harmonies of #070D15
Complementary color
Monochromatic Colors of #070D15
Black with #070D15
Text Example
Text Example
White with #070D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D15; }
p { color: rgb(7,13,21); }
H1.HeaderClassName
{
color: #070D15;
}
.AnyTagClassName
{
color: #070D15;
}
</style>
background-color css
<style>
a { background-color: #070D15; }
a { background-color: rgb(7,13,21); }
div.DivClassName
{
background-color: #070D15;
}
.BgClassName
{
background-color: #070D15;
}
</style>
border-color css
<style>
span { border-color: #070D15; }
span { border-color: rgb(7,13,21); }
td.TdClassName
{
border-color: #070D15;
}
.TagClassName
{
border-color: #070D15;
}
</style>