Shades of Black Pearl #000D0E
Tints of Black Pearl #000D0E
RGB
CMYK
RGB Variations
Color information
#000D0E (or 0x000D0E) is known color: Black Pearl. HEX triplet: 00, 0D and 0E. RGB value is (0,13,14). Sum of RGB (Red+Green+Blue) = 0+13+14=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 14 (5.86% from 255 or 51.85% from 27); Max value from RGB is 14 - color contains mainly: blue. Hex color #000D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D0E is #FFF2F1. Grayscale: #090909. Windows color (decimal): -16773874 or 920832. OLE color: 920832.
HSL color Cylindrical-coordinate representation of color #000D0E: hue angle of 184.29º 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 #000D0E is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 13 | 14 | - |
| CMYK | 1 | 0.07 | 0 | 0.95 |
| HSL | 184.29º | 1% | 0.03% | - |
| HSV(B) | 184.29º | 1% | 0.05% | - |
| XYZ | 0.22 | 0.32 | 0.47 | - |
| YUV | 9.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 14 | 1 | 0.07 | 0 | 0.95 | 184.29 | 1 | 0.03 |
| Hex | 0 | D | E | 64 | 7 | 0 | 5F | B8 | 64 | 3 |
| Octal | 0 | 15 | 16 | 144 | 7 | 0 | 137 | 270 | 144 | 3 |
| Binary | 0 | 1101 | 1110 | 1100100 | 111 | 0 | 1011111 | 10111000 | 1100100 | 11 |
Color Harmonies of #000D0E
Complementary color
Monochromatic Colors of #000D0E
Black with #000D0E
Text Example
Text Example
White with #000D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D0E; }
p { color: rgb(0,13,14); }
H1.HeaderClassName
{
color: #000D0E;
}
.AnyTagClassName
{
color: #000D0E;
}
</style>
background-color css
<style>
a { background-color: #000D0E; }
a { background-color: rgb(0,13,14); }
div.DivClassName
{
background-color: #000D0E;
}
.BgClassName
{
background-color: #000D0E;
}
</style>
border-color css
<style>
span { border-color: #000D0E; }
span { border-color: rgb(0,13,14); }
td.TdClassName
{
border-color: #000D0E;
}
.TagClassName
{
border-color: #000D0E;
}
</style>