Shades of Black Pearl #000710
Tints of Black Pearl #000710
RGB
CMYK
RGB Variations
Color information
#000710 (or 0x000710) is known color: Black Pearl. HEX triplet: 00, 07 and 10. RGB value is (0,7,16). Sum of RGB (Red+Green+Blue) = 0+7+16=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 16 (6.64% from 255 or 69.57% from 23); Max value from RGB is 16 - color contains mainly: blue. Hex color #000710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000710 is #FFF8EF. Grayscale: #050505. Windows color (decimal): -16775408 or 1050368. OLE color: 1050368.
HSL color Cylindrical-coordinate representation of color #000710: hue angle of 213.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000710 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 7 | 16 | - |
| CMYK | 1 | 0.56 | 0 | 0.94 |
| HSL | 213.75º | 1% | 0.03% | - |
| HSV(B) | 213.75º | 1% | 0.06% | - |
| XYZ | 0.17 | 0.19 | 0.52 | - |
| YUV | 5.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 16 | 1 | 0.56 | 0 | 0.94 | 213.75 | 1 | 0.03 |
| Hex | 0 | 7 | 10 | 64 | 38 | 0 | 5E | D6 | 64 | 3 |
| Octal | 0 | 7 | 20 | 144 | 70 | 0 | 136 | 326 | 144 | 3 |
| Binary | 0 | 111 | 10000 | 1100100 | 111000 | 0 | 1011110 | 11010110 | 1100100 | 11 |
Color Harmonies of #000710
Complementary color
Monochromatic Colors of #000710
Black with #000710
Text Example
Text Example
White with #000710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000710; }
p { color: rgb(0,7,16); }
H1.HeaderClassName
{
color: #000710;
}
.AnyTagClassName
{
color: #000710;
}
</style>
background-color css
<style>
a { background-color: #000710; }
a { background-color: rgb(0,7,16); }
div.DivClassName
{
background-color: #000710;
}
.BgClassName
{
background-color: #000710;
}
</style>
border-color css
<style>
span { border-color: #000710; }
span { border-color: rgb(0,7,16); }
td.TdClassName
{
border-color: #000710;
}
.TagClassName
{
border-color: #000710;
}
</style>