Shades of Black Pearl #011029
Tints of Black Pearl #011029
RGB
CMYK
RGB Variations
Color information
#011029 (or 0x011029) is known color: Black Pearl. HEX triplet: 01, 10 and 29. RGB value is (1,16,41). Sum of RGB (Red+Green+Blue) = 1+16+41=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #011029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011029 is #FEEFD6. Grayscale: #0E0E0E. Windows color (decimal): -16707543 or 2691073. OLE color: 2691073.
HSL color Cylindrical-coordinate representation of color #011029: hue angle of 217.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011029 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 16 | 41 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.84 |
| HSL | 217.5º | 0.95% | 0.08% | - |
| HSV(B) | 217.5º | 0.98% | 0.16% | - |
| XYZ | 0.6 | 0.54 | 2.17 | - |
| YUV | 14.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 41 | 0.98 | 0.61 | 0 | 0.84 | 217.5 | 0.95 | 0.08 |
| Hex | 1 | 10 | 29 | 62 | 3D | 0 | 54 | DA | 5F | 8 |
| Octal | 1 | 20 | 51 | 142 | 75 | 0 | 124 | 332 | 137 | 10 |
| Binary | 1 | 10000 | 101001 | 1100010 | 111101 | 0 | 1010100 | 11011010 | 1011111 | 1000 |
Color Harmonies of #011029
Complementary color
Monochromatic Colors of #011029
Black with #011029
Text Example
Text Example
White with #011029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011029; }
p { color: rgb(1,16,41); }
H1.HeaderClassName
{
color: #011029;
}
.AnyTagClassName
{
color: #011029;
}
</style>
background-color css
<style>
a { background-color: #011029; }
a { background-color: rgb(1,16,41); }
div.DivClassName
{
background-color: #011029;
}
.BgClassName
{
background-color: #011029;
}
</style>
border-color css
<style>
span { border-color: #011029; }
span { border-color: rgb(1,16,41); }
td.TdClassName
{
border-color: #011029;
}
.TagClassName
{
border-color: #011029;
}
</style>