Shades of Black Pearl #000D1F
Tints of Black Pearl #000D1F
RGB
CMYK
RGB Variations
Color information
#000D1F (or 0x000D1F) is known color: Black Pearl. HEX triplet: 00, 0D and 1F. RGB value is (0,13,31). Sum of RGB (Red+Green+Blue) = 0+13+31=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #000D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D1F is #FFF2E0. Grayscale: #0B0B0B. Windows color (decimal): -16773857 or 2034944. OLE color: 2034944.
HSL color Cylindrical-coordinate representation of color #000D1F: hue angle of 214.84º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D1F is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 13 | 31 | - |
| CMYK | 1 | 0.58 | 0 | 0.88 |
| HSL | 214.84º | 1% | 0.06% | - |
| HSV(B) | 214.84º | 1% | 0.12% | - |
| XYZ | 0.39 | 0.39 | 1.35 | - |
| YUV | 11.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 31 | 1 | 0.58 | 0 | 0.88 | 214.84 | 1 | 0.06 |
| Hex | 0 | D | 1F | 64 | 3A | 0 | 58 | D7 | 64 | 6 |
| Octal | 0 | 15 | 37 | 144 | 72 | 0 | 130 | 327 | 144 | 6 |
| Binary | 0 | 1101 | 11111 | 1100100 | 111010 | 0 | 1011000 | 11010111 | 1100100 | 110 |
Color Harmonies of #000D1F
Complementary color
Monochromatic Colors of #000D1F
Black with #000D1F
Text Example
Text Example
White with #000D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D1F; }
p { color: rgb(0,13,31); }
H1.HeaderClassName
{
color: #000D1F;
}
.AnyTagClassName
{
color: #000D1F;
}
</style>
background-color css
<style>
a { background-color: #000D1F; }
a { background-color: rgb(0,13,31); }
div.DivClassName
{
background-color: #000D1F;
}
.BgClassName
{
background-color: #000D1F;
}
</style>
border-color css
<style>
span { border-color: #000D1F; }
span { border-color: rgb(0,13,31); }
td.TdClassName
{
border-color: #000D1F;
}
.TagClassName
{
border-color: #000D1F;
}
</style>