Shades of Black Pearl #000810
Tints of Black Pearl #000810
RGB
CMYK
RGB Variations
Color information
#000810 (or 0x000810) is known color: Black Pearl. HEX triplet: 00, 08 and 10. RGB value is (0,8,16). Sum of RGB (Red+Green+Blue) = 0+8+16=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #000810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000810 is #FFF7EF. Grayscale: #060606. Windows color (decimal): -16775152 or 1050624. OLE color: 1050624.
HSL color Cylindrical-coordinate representation of color #000810: hue angle of 210º 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 #000810 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 8 | 16 | - |
| CMYK | 1 | 0.50 | 0 | 0.94 |
| HSL | 210º | 1% | 0.03% | - |
| HSV(B) | 210º | 1% | 0.06% | - |
| XYZ | 0.18 | 0.21 | 0.52 | - |
| YUV | 6.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 16 | 1 | 0.50 | 0 | 0.94 | 210 | 1 | 0.03 |
| Hex | 0 | 8 | 10 | 64 | 32 | 0 | 5E | D2 | 64 | 3 |
| Octal | 0 | 10 | 20 | 144 | 62 | 0 | 136 | 322 | 144 | 3 |
| Binary | 0 | 1000 | 10000 | 1100100 | 110010 | 0 | 1011110 | 11010010 | 1100100 | 11 |
Color Harmonies of #000810
Complementary color
Monochromatic Colors of #000810
Black with #000810
Text Example
Text Example
White with #000810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000810; }
p { color: rgb(0,8,16); }
H1.HeaderClassName
{
color: #000810;
}
.AnyTagClassName
{
color: #000810;
}
</style>
background-color css
<style>
a { background-color: #000810; }
a { background-color: rgb(0,8,16); }
div.DivClassName
{
background-color: #000810;
}
.BgClassName
{
background-color: #000810;
}
</style>
border-color css
<style>
span { border-color: #000810; }
span { border-color: rgb(0,8,16); }
td.TdClassName
{
border-color: #000810;
}
.TagClassName
{
border-color: #000810;
}
</style>