Shades of Black Pearl #010D1F
Tints of Black Pearl #010D1F
RGB
CMYK
RGB Variations
Color information
#010D1F (or 0x010D1F) is known color: Black Pearl. HEX triplet: 01, 0D and 1F. RGB value is (1,13,31). Sum of RGB (Red+Green+Blue) = 1+13+31=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #010D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D1F is #FEF2E0. Grayscale: #0B0B0B. Windows color (decimal): -16708321 or 2034945. OLE color: 2034945.
HSL color Cylindrical-coordinate representation of color #010D1F: hue angle of 216º 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 #010D1F is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 13 | 31 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.88 |
| HSL | 216º | 0.94% | 0.06% | - |
| HSV(B) | 216º | 0.97% | 0.12% | - |
| XYZ | 0.4 | 0.39 | 1.35 | - |
| YUV | 11.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 31 | 0.97 | 0.58 | 0 | 0.88 | 216 | 0.94 | 0.06 |
| Hex | 1 | D | 1F | 61 | 3A | 0 | 58 | D8 | 5E | 6 |
| Octal | 1 | 15 | 37 | 141 | 72 | 0 | 130 | 330 | 136 | 6 |
| Binary | 1 | 1101 | 11111 | 1100001 | 111010 | 0 | 1011000 | 11011000 | 1011110 | 110 |
Color Harmonies of #010D1F
Complementary color
Monochromatic Colors of #010D1F
Black with #010D1F
Text Example
Text Example
White with #010D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D1F; }
p { color: rgb(1,13,31); }
H1.HeaderClassName
{
color: #010D1F;
}
.AnyTagClassName
{
color: #010D1F;
}
</style>
background-color css
<style>
a { background-color: #010D1F; }
a { background-color: rgb(1,13,31); }
div.DivClassName
{
background-color: #010D1F;
}
.BgClassName
{
background-color: #010D1F;
}
</style>
border-color css
<style>
span { border-color: #010D1F; }
span { border-color: rgb(1,13,31); }
td.TdClassName
{
border-color: #010D1F;
}
.TagClassName
{
border-color: #010D1F;
}
</style>