Shades of Black Pearl #000A0E
Tints of Black Pearl #000A0E
RGB
CMYK
RGB Variations
Color information
#000A0E (or 0x000A0E) is known color: Black Pearl. HEX triplet: 00, 0A and 0E. RGB value is (0,10,14). Sum of RGB (Red+Green+Blue) = 0+10+14=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 14 (5.86% from 255 or 58.33% from 24); Max value from RGB is 14 - color contains mainly: blue. Hex color #000A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A0E is #FFF5F1. Grayscale: #070707. Windows color (decimal): -16774642 or 920064. OLE color: 920064.
HSL color Cylindrical-coordinate representation of color #000A0E: hue angle of 197.14º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A0E is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 10 | 14 | - |
| CMYK | 1 | 0.29 | 0 | 0.95 |
| HSL | 197.14º | 1% | 0.03% | - |
| HSV(B) | 197.14º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.25 | 0.45 | - |
| YUV | 7.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 14 | 1 | 0.29 | 0 | 0.95 | 197.14 | 1 | 0.03 |
| Hex | 0 | A | E | 64 | 1D | 0 | 5F | C5 | 64 | 3 |
| Octal | 0 | 12 | 16 | 144 | 35 | 0 | 137 | 305 | 144 | 3 |
| Binary | 0 | 1010 | 1110 | 1100100 | 11101 | 0 | 1011111 | 11000101 | 1100100 | 11 |
Color Harmonies of #000A0E
Complementary color
Monochromatic Colors of #000A0E
Black with #000A0E
Text Example
Text Example
White with #000A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A0E; }
p { color: rgb(0,10,14); }
H1.HeaderClassName
{
color: #000A0E;
}
.AnyTagClassName
{
color: #000A0E;
}
</style>
background-color css
<style>
a { background-color: #000A0E; }
a { background-color: rgb(0,10,14); }
div.DivClassName
{
background-color: #000A0E;
}
.BgClassName
{
background-color: #000A0E;
}
</style>
border-color css
<style>
span { border-color: #000A0E; }
span { border-color: rgb(0,10,14); }
td.TdClassName
{
border-color: #000A0E;
}
.TagClassName
{
border-color: #000A0E;
}
</style>