Shades of Black Pearl #011621
Tints of Black Pearl #011621
RGB
CMYK
RGB Variations
Color information
#011621 (or 0x011621) is known color: Black Pearl. HEX triplet: 01, 16 and 21. RGB value is (1,22,33). Sum of RGB (Red+Green+Blue) = 1+22+33=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #011621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011621 is #FEE9DE. Grayscale: #101010. Windows color (decimal): -16706015 or 2168321. OLE color: 2168321.
HSL color Cylindrical-coordinate representation of color #011621: hue angle of 200.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011621 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 22 | 33 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.87 |
| HSL | 200.63º | 0.94% | 0.07% | - |
| HSV(B) | 200.63º | 0.97% | 0.13% | - |
| XYZ | 0.57 | 0.69 | 1.54 | - |
| YUV | 16.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 33 | 0.97 | 0.33 | 0 | 0.87 | 200.63 | 0.94 | 0.07 |
| Hex | 1 | 16 | 21 | 61 | 21 | 0 | 57 | C9 | 5E | 7 |
| Octal | 1 | 26 | 41 | 141 | 41 | 0 | 127 | 311 | 136 | 7 |
| Binary | 1 | 10110 | 100001 | 1100001 | 100001 | 0 | 1010111 | 11001001 | 1011110 | 111 |
Color Harmonies of #011621
Complementary color
Monochromatic Colors of #011621
Black with #011621
Text Example
Text Example
White with #011621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011621; }
p { color: rgb(1,22,33); }
H1.HeaderClassName
{
color: #011621;
}
.AnyTagClassName
{
color: #011621;
}
</style>
background-color css
<style>
a { background-color: #011621; }
a { background-color: rgb(1,22,33); }
div.DivClassName
{
background-color: #011621;
}
.BgClassName
{
background-color: #011621;
}
</style>
border-color css
<style>
span { border-color: #011621; }
span { border-color: rgb(1,22,33); }
td.TdClassName
{
border-color: #011621;
}
.TagClassName
{
border-color: #011621;
}
</style>