Shades of Black Pearl #010D1E
Tints of Black Pearl #010D1E
RGB
CMYK
RGB Variations
Color information
#010D1E (or 0x010D1E) is known color: Black Pearl. HEX triplet: 01, 0D and 1E. RGB value is (1,13,30). Sum of RGB (Red+Green+Blue) = 1+13+30=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #010D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D1E is #FEF2E1. Grayscale: #0B0B0B. Windows color (decimal): -16708322 or 1969409. OLE color: 1969409.
HSL color Cylindrical-coordinate representation of color #010D1E: hue angle of 215.17º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010D1E is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 13 | 30 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.88 |
| HSL | 215.17º | 0.94% | 0.06% | - |
| HSV(B) | 215.17º | 0.97% | 0.12% | - |
| XYZ | 0.39 | 0.39 | 1.28 | - |
| YUV | 11.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 30 | 0.97 | 0.57 | 0 | 0.88 | 215.17 | 0.94 | 0.06 |
| Hex | 1 | D | 1E | 61 | 39 | 0 | 58 | D7 | 5E | 6 |
| Octal | 1 | 15 | 36 | 141 | 71 | 0 | 130 | 327 | 136 | 6 |
| Binary | 1 | 1101 | 11110 | 1100001 | 111001 | 0 | 1011000 | 11010111 | 1011110 | 110 |
Color Harmonies of #010D1E
Complementary color
Monochromatic Colors of #010D1E
Black with #010D1E
Text Example
Text Example
White with #010D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D1E; }
p { color: rgb(1,13,30); }
H1.HeaderClassName
{
color: #010D1E;
}
.AnyTagClassName
{
color: #010D1E;
}
</style>
background-color css
<style>
a { background-color: #010D1E; }
a { background-color: rgb(1,13,30); }
div.DivClassName
{
background-color: #010D1E;
}
.BgClassName
{
background-color: #010D1E;
}
</style>
border-color css
<style>
span { border-color: #010D1E; }
span { border-color: rgb(1,13,30); }
td.TdClassName
{
border-color: #010D1E;
}
.TagClassName
{
border-color: #010D1E;
}
</style>