Shades of Black Pearl #001629
Tints of Black Pearl #001629
RGB
CMYK
RGB Variations
Color information
#001629 (or 0x001629) is known color: Black Pearl. HEX triplet: 00, 16 and 29. RGB value is (0,22,41). Sum of RGB (Red+Green+Blue) = 0+22+41=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #001629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001629 is #FFE9D6. Grayscale: #111111. Windows color (decimal): -16771543 or 2692608. OLE color: 2692608.
HSL color Cylindrical-coordinate representation of color #001629: hue angle of 207.8º 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 #001629 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 22 | 41 | - |
| CMYK | 1 | 0.46 | 0 | 0.84 |
| HSL | 207.8º | 1% | 0.08% | - |
| HSV(B) | 207.8º | 1% | 0.16% | - |
| XYZ | 0.69 | 0.73 | 2.2 | - |
| YUV | 17.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 41 | 1 | 0.46 | 0 | 0.84 | 207.8 | 1 | 0.08 |
| Hex | 0 | 16 | 29 | 64 | 2E | 0 | 54 | D0 | 64 | 8 |
| Octal | 0 | 26 | 51 | 144 | 56 | 0 | 124 | 320 | 144 | 10 |
| Binary | 0 | 10110 | 101001 | 1100100 | 101110 | 0 | 1010100 | 11010000 | 1100100 | 1000 |
Color Harmonies of #001629
Complementary color
Monochromatic Colors of #001629
Black with #001629
Text Example
Text Example
White with #001629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001629; }
p { color: rgb(0,22,41); }
H1.HeaderClassName
{
color: #001629;
}
.AnyTagClassName
{
color: #001629;
}
</style>
background-color css
<style>
a { background-color: #001629; }
a { background-color: rgb(0,22,41); }
div.DivClassName
{
background-color: #001629;
}
.BgClassName
{
background-color: #001629;
}
</style>
border-color css
<style>
span { border-color: #001629; }
span { border-color: rgb(0,22,41); }
td.TdClassName
{
border-color: #001629;
}
.TagClassName
{
border-color: #001629;
}
</style>