Shades of Black Pearl #001329
Tints of Black Pearl #001329
RGB
CMYK
RGB Variations
Color information
#001329 (or 0x001329) is known color: Black Pearl. HEX triplet: 00, 13 and 29. RGB value is (0,19,41). Sum of RGB (Red+Green+Blue) = 0+19+41=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #001329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001329 is #FFECD6. Grayscale: #0F0F0F. Windows color (decimal): -16772311 or 2691840. OLE color: 2691840.
HSL color Cylindrical-coordinate representation of color #001329: hue angle of 212.2º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001329 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 19 | 41 | - |
| CMYK | 1 | 0.54 | 0 | 0.84 |
| HSL | 212.2º | 1% | 0.08% | - |
| HSV(B) | 212.2º | 1% | 0.16% | - |
| XYZ | 0.63 | 0.63 | 2.19 | - |
| YUV | 15.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 41 | 1 | 0.54 | 0 | 0.84 | 212.2 | 1 | 0.08 |
| Hex | 0 | 13 | 29 | 64 | 36 | 0 | 54 | D4 | 64 | 8 |
| Octal | 0 | 23 | 51 | 144 | 66 | 0 | 124 | 324 | 144 | 10 |
| Binary | 0 | 10011 | 101001 | 1100100 | 110110 | 0 | 1010100 | 11010100 | 1100100 | 1000 |
Color Harmonies of #001329
Complementary color
Monochromatic Colors of #001329
Black with #001329
Text Example
Text Example
White with #001329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001329; }
p { color: rgb(0,19,41); }
H1.HeaderClassName
{
color: #001329;
}
.AnyTagClassName
{
color: #001329;
}
</style>
background-color css
<style>
a { background-color: #001329; }
a { background-color: rgb(0,19,41); }
div.DivClassName
{
background-color: #001329;
}
.BgClassName
{
background-color: #001329;
}
</style>
border-color css
<style>
span { border-color: #001329; }
span { border-color: rgb(0,19,41); }
td.TdClassName
{
border-color: #001329;
}
.TagClassName
{
border-color: #001329;
}
</style>