Shades of Black Pearl #000D13
Tints of Black Pearl #000D13
RGB
CMYK
RGB Variations
Color information
#000D13 (or 0x000D13) is known color: Black Pearl. HEX triplet: 00, 0D and 13. RGB value is (0,13,19). Sum of RGB (Red+Green+Blue) = 0+13+19=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #000D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D13 is #FFF2EC. Grayscale: #090909. Windows color (decimal): -16773869 or 1248512. OLE color: 1248512.
HSL color Cylindrical-coordinate representation of color #000D13: hue angle of 198.95º 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 #000D13 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 13 | 19 | - |
| CMYK | 1 | 0.32 | 0 | 0.93 |
| HSL | 198.95º | 1% | 0.04% | - |
| HSV(B) | 198.95º | 1% | 0.07% | - |
| XYZ | 0.26 | 0.33 | 0.67 | - |
| YUV | 9.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 19 | 1 | 0.32 | 0 | 0.93 | 198.95 | 1 | 0.04 |
| Hex | 0 | D | 13 | 64 | 20 | 0 | 5D | C7 | 64 | 4 |
| Octal | 0 | 15 | 23 | 144 | 40 | 0 | 135 | 307 | 144 | 4 |
| Binary | 0 | 1101 | 10011 | 1100100 | 100000 | 0 | 1011101 | 11000111 | 1100100 | 100 |
Color Harmonies of #000D13
Complementary color
Monochromatic Colors of #000D13
Black with #000D13
Text Example
Text Example
White with #000D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D13; }
p { color: rgb(0,13,19); }
H1.HeaderClassName
{
color: #000D13;
}
.AnyTagClassName
{
color: #000D13;
}
</style>
background-color css
<style>
a { background-color: #000D13; }
a { background-color: rgb(0,13,19); }
div.DivClassName
{
background-color: #000D13;
}
.BgClassName
{
background-color: #000D13;
}
</style>
border-color css
<style>
span { border-color: #000D13; }
span { border-color: rgb(0,13,19); }
td.TdClassName
{
border-color: #000D13;
}
.TagClassName
{
border-color: #000D13;
}
</style>