Shades of Black Pearl #000713
Tints of Black Pearl #000713
RGB
CMYK
RGB Variations
Color information
#000713 (or 0x000713) is known color: Black Pearl. HEX triplet: 00, 07 and 13. RGB value is (0,7,19). Sum of RGB (Red+Green+Blue) = 0+7+19=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #000713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000713 is #FFF8EC. Grayscale: #060606. Windows color (decimal): -16775405 or 1246976. OLE color: 1246976.
HSL color Cylindrical-coordinate representation of color #000713: hue angle of 217.89º 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 #000713 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 7 | 19 | - |
| CMYK | 1 | 0.63 | 0 | 0.93 |
| HSL | 217.89º | 1% | 0.04% | - |
| HSV(B) | 217.89º | 1% | 0.07% | - |
| XYZ | 0.19 | 0.2 | 0.64 | - |
| YUV | 6.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 19 | 1 | 0.63 | 0 | 0.93 | 217.89 | 1 | 0.04 |
| Hex | 0 | 7 | 13 | 64 | 3F | 0 | 5D | DA | 64 | 4 |
| Octal | 0 | 7 | 23 | 144 | 77 | 0 | 135 | 332 | 144 | 4 |
| Binary | 0 | 111 | 10011 | 1100100 | 111111 | 0 | 1011101 | 11011010 | 1100100 | 100 |
Color Harmonies of #000713
Complementary color
Monochromatic Colors of #000713
Black with #000713
Text Example
Text Example
White with #000713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000713; }
p { color: rgb(0,7,19); }
H1.HeaderClassName
{
color: #000713;
}
.AnyTagClassName
{
color: #000713;
}
</style>
background-color css
<style>
a { background-color: #000713; }
a { background-color: rgb(0,7,19); }
div.DivClassName
{
background-color: #000713;
}
.BgClassName
{
background-color: #000713;
}
</style>
border-color css
<style>
span { border-color: #000713; }
span { border-color: rgb(0,7,19); }
td.TdClassName
{
border-color: #000713;
}
.TagClassName
{
border-color: #000713;
}
</style>