Shades of Black Pearl #000712
Tints of Black Pearl #000712
RGB
CMYK
RGB Variations
Color information
#000712 (or 0x000712) is known color: Black Pearl. HEX triplet: 00, 07 and 12. RGB value is (0,7,18). Sum of RGB (Red+Green+Blue) = 0+7+18=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #000712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000712 is #FFF8ED. Grayscale: #060606. Windows color (decimal): -16775406 or 1181440. OLE color: 1181440.
HSL color Cylindrical-coordinate representation of color #000712: hue angle of 216.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000712 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 7 | 18 | - |
| CMYK | 1 | 0.61 | 0 | 0.93 |
| HSL | 216.67º | 1% | 0.04% | - |
| HSV(B) | 216.67º | 1% | 0.07% | - |
| XYZ | 0.19 | 0.2 | 0.6 | - |
| YUV | 6.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 18 | 1 | 0.61 | 0 | 0.93 | 216.67 | 1 | 0.04 |
| Hex | 0 | 7 | 12 | 64 | 3D | 0 | 5D | D9 | 64 | 4 |
| Octal | 0 | 7 | 22 | 144 | 75 | 0 | 135 | 331 | 144 | 4 |
| Binary | 0 | 111 | 10010 | 1100100 | 111101 | 0 | 1011101 | 11011001 | 1100100 | 100 |
Color Harmonies of #000712
Complementary color
Monochromatic Colors of #000712
Black with #000712
Text Example
Text Example
White with #000712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000712; }
p { color: rgb(0,7,18); }
H1.HeaderClassName
{
color: #000712;
}
.AnyTagClassName
{
color: #000712;
}
</style>
background-color css
<style>
a { background-color: #000712; }
a { background-color: rgb(0,7,18); }
div.DivClassName
{
background-color: #000712;
}
.BgClassName
{
background-color: #000712;
}
</style>
border-color css
<style>
span { border-color: #000712; }
span { border-color: rgb(0,7,18); }
td.TdClassName
{
border-color: #000712;
}
.TagClassName
{
border-color: #000712;
}
</style>