Shades of Black Pearl #010D13
Tints of Black Pearl #010D13
RGB
CMYK
RGB Variations
Color information
#010D13 (or 0x010D13) is known color: Black Pearl. HEX triplet: 01, 0D and 13. RGB value is (1,13,19). Sum of RGB (Red+Green+Blue) = 1+13+19=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 19 (7.81% from 255 or 57.58% from 33); Max value from RGB is 19 - color contains mainly: blue. Hex color #010D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D13 is #FEF2EC. Grayscale: #0A0A0A. Windows color (decimal): -16708333 or 1248513. OLE color: 1248513.
HSL color Cylindrical-coordinate representation of color #010D13: hue angle of 200º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010D13 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 13 | 19 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.93 |
| HSL | 200º | 0.9% | 0.04% | - |
| HSV(B) | 200º | 0.95% | 0.07% | - |
| XYZ | 0.27 | 0.34 | 0.67 | - |
| YUV | 10.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 19 | 0.95 | 0.32 | 0 | 0.93 | 200 | 0.9 | 0.04 |
| Hex | 1 | D | 13 | 5F | 20 | 0 | 5D | C8 | 5A | 4 |
| Octal | 1 | 15 | 23 | 137 | 40 | 0 | 135 | 310 | 132 | 4 |
| Binary | 1 | 1101 | 10011 | 1011111 | 100000 | 0 | 1011101 | 11001000 | 1011010 | 100 |
Color Harmonies of #010D13
Complementary color
Monochromatic Colors of #010D13
Black with #010D13
Text Example
Text Example
White with #010D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D13; }
p { color: rgb(1,13,19); }
H1.HeaderClassName
{
color: #010D13;
}
.AnyTagClassName
{
color: #010D13;
}
</style>
background-color css
<style>
a { background-color: #010D13; }
a { background-color: rgb(1,13,19); }
div.DivClassName
{
background-color: #010D13;
}
.BgClassName
{
background-color: #010D13;
}
</style>
border-color css
<style>
span { border-color: #010D13; }
span { border-color: rgb(1,13,19); }
td.TdClassName
{
border-color: #010D13;
}
.TagClassName
{
border-color: #010D13;
}
</style>