Shades of Black Pearl #070D11
Tints of Black Pearl #070D11
RGB
CMYK
RGB Variations
Color information
#070D11 (or 0x070D11) is known color: Black Pearl. HEX triplet: 07, 0D and 11. RGB value is (7,13,17). Sum of RGB (Red+Green+Blue) = 7+13+17=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #070D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D11 is #F8F2EE. Grayscale: #0B0B0B. Windows color (decimal): -16315119 or 1117447. OLE color: 1117447.
HSL color Cylindrical-coordinate representation of color #070D11: hue angle of 204º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #070D11 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 13 | 17 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.93 |
| HSL | 204º | 0.42% | 0.05% | - |
| HSV(B) | 204º | 0.59% | 0.07% | - |
| XYZ | 0.33 | 0.37 | 0.58 | - |
| YUV | 11.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 17 | 0.59 | 0.24 | 0 | 0.93 | 204 | 0.42 | 0.05 |
| Hex | 7 | D | 11 | 3B | 18 | 0 | 5D | CC | 2A | 5 |
| Octal | 7 | 15 | 21 | 73 | 30 | 0 | 135 | 314 | 52 | 5 |
| Binary | 111 | 1101 | 10001 | 111011 | 11000 | 0 | 1011101 | 11001100 | 101010 | 101 |
Color Harmonies of #070D11
Complementary color
Monochromatic Colors of #070D11
Black with #070D11
Text Example
Text Example
White with #070D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D11; }
p { color: rgb(7,13,17); }
H1.HeaderClassName
{
color: #070D11;
}
.AnyTagClassName
{
color: #070D11;
}
</style>
background-color css
<style>
a { background-color: #070D11; }
a { background-color: rgb(7,13,17); }
div.DivClassName
{
background-color: #070D11;
}
.BgClassName
{
background-color: #070D11;
}
</style>
border-color css
<style>
span { border-color: #070D11; }
span { border-color: rgb(7,13,17); }
td.TdClassName
{
border-color: #070D11;
}
.TagClassName
{
border-color: #070D11;
}
</style>