Shades of Black Pearl #000D1B
Tints of Black Pearl #000D1B
RGB
CMYK
RGB Variations
Color information
#000D1B (or 0x000D1B) is known color: Black Pearl. HEX triplet: 00, 0D and 1B. RGB value is (0,13,27). Sum of RGB (Red+Green+Blue) = 0+13+27=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #000D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D1B is #FFF2E4. Grayscale: #0A0A0A. Windows color (decimal): -16773861 or 1772800. OLE color: 1772800.
HSL color Cylindrical-coordinate representation of color #000D1B: hue angle of 211.11º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D1B is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 0 | 13 | 27 | - |
CMYK | 1 | 0.52 | 0 | 0.89 |
HSL | 211.11º | 1% | 0.05% | - |
HSV(B) | 211.11º | 1% | 0.11% | - |
XYZ | 0.34 | 0.37 | 1.09 | - |
YUV | 10.71 | 137.19 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 13 | 27 | 1 | 0.52 | 0 | 0.89 | 211.11 | 1 | 0.05 |
Hex | 0 | D | 1B | 64 | 34 | 0 | 59 | D3 | 64 | 5 |
Octal | 0 | 15 | 33 | 144 | 64 | 0 | 131 | 323 | 144 | 5 |
Binary | 0 | 1101 | 11011 | 1100100 | 110100 | 0 | 1011001 | 11010011 | 1100100 | 101 |
Color Harmonies of #000D1B
Complementary color
Monochromatic Colors of #000D1B
Black with #000D1B
Text Example
Text Example
White with #000D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D1B; }
p { color: rgb(0,13,27); }
H1.HeaderClassName
{
color: #000D1B;
}
.AnyTagClassName
{
color: #000D1B;
}
</style>
background-color css
<style>
a { background-color: #000D1B; }
a { background-color: rgb(0,13,27); }
div.DivClassName
{
background-color: #000D1B;
}
.BgClassName
{
background-color: #000D1B;
}
</style>
border-color css
<style>
span { border-color: #000D1B; }
span { border-color: rgb(0,13,27); }
td.TdClassName
{
border-color: #000D1B;
}
.TagClassName
{
border-color: #000D1B;
}
</style>