Shades of Black Pearl #070B11
Tints of Black Pearl #070B11
RGB
CMYK
RGB Variations
Color information
#070B11 (or 0x070B11) is known color: Black Pearl. HEX triplet: 07, 0B and 11. RGB value is (7,11,17). Sum of RGB (Red+Green+Blue) = 7+11+17=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #070B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B11 is #F8F4EE. Grayscale: #0A0A0A. Windows color (decimal): -16315631 or 1116935. OLE color: 1116935.
HSL color Cylindrical-coordinate representation of color #070B11: hue angle of 216º 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 #070B11 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 11 | 17 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.93 |
| HSL | 216º | 0.42% | 0.05% | - |
| HSV(B) | 216º | 0.59% | 0.07% | - |
| XYZ | 0.31 | 0.32 | 0.58 | - |
| YUV | 10.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 17 | 0.59 | 0.35 | 0 | 0.93 | 216 | 0.42 | 0.05 |
| Hex | 7 | B | 11 | 3B | 23 | 0 | 5D | D8 | 2A | 5 |
| Octal | 7 | 13 | 21 | 73 | 43 | 0 | 135 | 330 | 52 | 5 |
| Binary | 111 | 1011 | 10001 | 111011 | 100011 | 0 | 1011101 | 11011000 | 101010 | 101 |
Color Harmonies of #070B11
Complementary color
Monochromatic Colors of #070B11
Black with #070B11
Text Example
Text Example
White with #070B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B11; }
p { color: rgb(7,11,17); }
H1.HeaderClassName
{
color: #070B11;
}
.AnyTagClassName
{
color: #070B11;
}
</style>
background-color css
<style>
a { background-color: #070B11; }
a { background-color: rgb(7,11,17); }
div.DivClassName
{
background-color: #070B11;
}
.BgClassName
{
background-color: #070B11;
}
</style>
border-color css
<style>
span { border-color: #070B11; }
span { border-color: rgb(7,11,17); }
td.TdClassName
{
border-color: #070B11;
}
.TagClassName
{
border-color: #070B11;
}
</style>