Shades of Black Pearl #070A0B
Tints of Black Pearl #070A0B
RGB
CMYK
RGB Variations
Color information
#070A0B (or 0x070A0B) is known color: Black Pearl. HEX triplet: 07, 0A and 0B. RGB value is (7,10,11). Sum of RGB (Red+Green+Blue) = 7+10+11=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 11 - color contains mainly: blue. Hex color #070A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A0B is #F8F5F4. Grayscale: #090909. Windows color (decimal): -16315893 or 723463. OLE color: 723463.
HSL color Cylindrical-coordinate representation of color #070A0B: hue angle of 195º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #070A0B is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 10 | 11 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.96 |
| HSL | 195º | 0.22% | 0.04% | - |
| HSV(B) | 195º | 0.36% | 0.04% | - |
| XYZ | 0.26 | 0.29 | 0.36 | - |
| YUV | 9.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 11 | 0.36 | 0.09 | 0 | 0.96 | 195 | 0.22 | 0.04 |
| Hex | 7 | A | B | 24 | 9 | 0 | 60 | C3 | 16 | 4 |
| Octal | 7 | 12 | 13 | 44 | 11 | 0 | 140 | 303 | 26 | 4 |
| Binary | 111 | 1010 | 1011 | 100100 | 1001 | 0 | 1100000 | 11000011 | 10110 | 100 |
Color Harmonies of #070A0B
Complementary color
Monochromatic Colors of #070A0B
Black with #070A0B
Text Example
Text Example
White with #070A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A0B; }
p { color: rgb(7,10,11); }
H1.HeaderClassName
{
color: #070A0B;
}
.AnyTagClassName
{
color: #070A0B;
}
</style>
background-color css
<style>
a { background-color: #070A0B; }
a { background-color: rgb(7,10,11); }
div.DivClassName
{
background-color: #070A0B;
}
.BgClassName
{
background-color: #070A0B;
}
</style>
border-color css
<style>
span { border-color: #070A0B; }
span { border-color: rgb(7,10,11); }
td.TdClassName
{
border-color: #070A0B;
}
.TagClassName
{
border-color: #070A0B;
}
</style>