Shades of Black Pearl #000D14
Tints of Black Pearl #000D14
RGB
CMYK
RGB Variations
Color information
#000D14 (or 0x000D14) is known color: Black Pearl. HEX triplet: 00, 0D and 14. RGB value is (0,13,20). Sum of RGB (Red+Green+Blue) = 0+13+20=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #000D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D14 is #FFF2EB. Grayscale: #090909. Windows color (decimal): -16773868 or 1314048. OLE color: 1314048.
HSL color Cylindrical-coordinate representation of color #000D14: hue angle of 201º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D14 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 13 | 20 | - |
| CMYK | 1 | 0.35 | 0 | 0.92 |
| HSL | 201º | 1% | 0.04% | - |
| HSV(B) | 201º | 1% | 0.08% | - |
| XYZ | 0.27 | 0.34 | 0.71 | - |
| YUV | 9.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 20 | 1 | 0.35 | 0 | 0.92 | 201 | 1 | 0.04 |
| Hex | 0 | D | 14 | 64 | 23 | 0 | 5C | C9 | 64 | 4 |
| Octal | 0 | 15 | 24 | 144 | 43 | 0 | 134 | 311 | 144 | 4 |
| Binary | 0 | 1101 | 10100 | 1100100 | 100011 | 0 | 1011100 | 11001001 | 1100100 | 100 |
Color Harmonies of #000D14
Complementary color
Monochromatic Colors of #000D14
Black with #000D14
Text Example
Text Example
White with #000D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D14; }
p { color: rgb(0,13,20); }
H1.HeaderClassName
{
color: #000D14;
}
.AnyTagClassName
{
color: #000D14;
}
</style>
background-color css
<style>
a { background-color: #000D14; }
a { background-color: rgb(0,13,20); }
div.DivClassName
{
background-color: #000D14;
}
.BgClassName
{
background-color: #000D14;
}
</style>
border-color css
<style>
span { border-color: #000D14; }
span { border-color: rgb(0,13,20); }
td.TdClassName
{
border-color: #000D14;
}
.TagClassName
{
border-color: #000D14;
}
</style>