Shades of Black Pearl #001029
Tints of Black Pearl #001029
RGB
CMYK
RGB Variations
Color information
#001029 (or 0x001029) is known color: Black Pearl. HEX triplet: 00, 10 and 29. RGB value is (0,16,41). Sum of RGB (Red+Green+Blue) = 0+16+41=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 41 (16.41% from 255 or 71.93% from 57); Max value from RGB is 41 - color contains mainly: blue. Hex color #001029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001029 is #FFEFD6. Grayscale: #0D0D0D. Windows color (decimal): -16773079 or 2691072. OLE color: 2691072.
HSL color Cylindrical-coordinate representation of color #001029: hue angle of 216.59º 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 #001029 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 16 | 41 | - |
| CMYK | 1 | 0.61 | 0 | 0.84 |
| HSL | 216.59º | 1% | 0.08% | - |
| HSV(B) | 216.59º | 1% | 0.16% | - |
| XYZ | 0.59 | 0.53 | 2.17 | - |
| YUV | 14.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 41 | 1 | 0.61 | 0 | 0.84 | 216.59 | 1 | 0.08 |
| Hex | 0 | 10 | 29 | 64 | 3D | 0 | 54 | D9 | 64 | 8 |
| Octal | 0 | 20 | 51 | 144 | 75 | 0 | 124 | 331 | 144 | 10 |
| Binary | 0 | 10000 | 101001 | 1100100 | 111101 | 0 | 1010100 | 11011001 | 1100100 | 1000 |
Color Harmonies of #001029
Complementary color
Monochromatic Colors of #001029
Black with #001029
Text Example
Text Example
White with #001029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001029; }
p { color: rgb(0,16,41); }
H1.HeaderClassName
{
color: #001029;
}
.AnyTagClassName
{
color: #001029;
}
</style>
background-color css
<style>
a { background-color: #001029; }
a { background-color: rgb(0,16,41); }
div.DivClassName
{
background-color: #001029;
}
.BgClassName
{
background-color: #001029;
}
</style>
border-color css
<style>
span { border-color: #001029; }
span { border-color: rgb(0,16,41); }
td.TdClassName
{
border-color: #001029;
}
.TagClassName
{
border-color: #001029;
}
</style>