Shades of Black Pearl #011329
Tints of Black Pearl #011329
RGB
CMYK
RGB Variations
Color information
#011329 (or 0x011329) is known color: Black Pearl. HEX triplet: 01, 13 and 29. RGB value is (1,19,41). Sum of RGB (Red+Green+Blue) = 1+19+41=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #011329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011329 is #FEECD6. Grayscale: #101010. Windows color (decimal): -16706775 or 2691841. OLE color: 2691841.
HSL color Cylindrical-coordinate representation of color #011329: hue angle of 213º 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 #011329 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 19 | 41 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.84 |
| HSL | 213º | 0.95% | 0.08% | - |
| HSV(B) | 213º | 0.98% | 0.16% | - |
| XYZ | 0.65 | 0.63 | 2.19 | - |
| YUV | 16.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 41 | 0.98 | 0.54 | 0 | 0.84 | 213 | 0.95 | 0.08 |
| Hex | 1 | 13 | 29 | 62 | 36 | 0 | 54 | D5 | 5F | 8 |
| Octal | 1 | 23 | 51 | 142 | 66 | 0 | 124 | 325 | 137 | 10 |
| Binary | 1 | 10011 | 101001 | 1100010 | 110110 | 0 | 1010100 | 11010101 | 1011111 | 1000 |
Color Harmonies of #011329
Complementary color
Monochromatic Colors of #011329
Black with #011329
Text Example
Text Example
White with #011329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011329; }
p { color: rgb(1,19,41); }
H1.HeaderClassName
{
color: #011329;
}
.AnyTagClassName
{
color: #011329;
}
</style>
background-color css
<style>
a { background-color: #011329; }
a { background-color: rgb(1,19,41); }
div.DivClassName
{
background-color: #011329;
}
.BgClassName
{
background-color: #011329;
}
</style>
border-color css
<style>
span { border-color: #011329; }
span { border-color: rgb(1,19,41); }
td.TdClassName
{
border-color: #011329;
}
.TagClassName
{
border-color: #011329;
}
</style>