Shades of Black Pearl #010D1A
Tints of Black Pearl #010D1A
RGB
CMYK
RGB Variations
Color information
#010D1A (or 0x010D1A) is known color: Black Pearl. HEX triplet: 01, 0D and 1A. RGB value is (1,13,26). Sum of RGB (Red+Green+Blue) = 1+13+26=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #010D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D1A is #FEF2E5. Grayscale: #0A0A0A. Windows color (decimal): -16708326 or 1707265. OLE color: 1707265.
HSL color Cylindrical-coordinate representation of color #010D1A: hue angle of 211.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010D1A is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 13 | 26 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.90 |
| HSL | 211.2º | 0.93% | 0.05% | - |
| HSV(B) | 211.2º | 0.96% | 0.1% | - |
| XYZ | 0.34 | 0.37 | 1.03 | - |
| YUV | 10.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 26 | 0.96 | 0.5 | 0 | 0.90 | 211.2 | 0.93 | 0.05 |
| Hex | 1 | D | 1A | 60 | 32 | 0 | 5A | D3 | 5D | 5 |
| Octal | 1 | 15 | 32 | 140 | 62 | 0 | 132 | 323 | 135 | 5 |
| Binary | 1 | 1101 | 11010 | 1100000 | 110010 | 0 | 1011010 | 11010011 | 1011101 | 101 |
Color Harmonies of #010D1A
Complementary color
Monochromatic Colors of #010D1A
Black with #010D1A
Text Example
Text Example
White with #010D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D1A; }
p { color: rgb(1,13,26); }
H1.HeaderClassName
{
color: #010D1A;
}
.AnyTagClassName
{
color: #010D1A;
}
</style>
background-color css
<style>
a { background-color: #010D1A; }
a { background-color: rgb(1,13,26); }
div.DivClassName
{
background-color: #010D1A;
}
.BgClassName
{
background-color: #010D1A;
}
</style>
border-color css
<style>
span { border-color: #010D1A; }
span { border-color: rgb(1,13,26); }
td.TdClassName
{
border-color: #010D1A;
}
.TagClassName
{
border-color: #010D1A;
}
</style>