Shades of Black Pearl #001621
Tints of Black Pearl #001621
RGB
CMYK
RGB Variations
Color information
#001621 (or 0x001621) is known color: Black Pearl. HEX triplet: 00, 16 and 21. RGB value is (0,22,33). Sum of RGB (Red+Green+Blue) = 0+22+33=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #001621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001621 is #FFE9DE. Grayscale: #101010. Windows color (decimal): -16771551 or 2168320. OLE color: 2168320.
HSL color Cylindrical-coordinate representation of color #001621: hue angle of 200º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001621 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 22 | 33 | - |
| CMYK | 1 | 0.33 | 0 | 0.87 |
| HSL | 200º | 1% | 0.06% | - |
| HSV(B) | 200º | 1% | 0.13% | - |
| XYZ | 0.56 | 0.68 | 1.54 | - |
| YUV | 16.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 33 | 1 | 0.33 | 0 | 0.87 | 200 | 1 | 0.06 |
| Hex | 0 | 16 | 21 | 64 | 21 | 0 | 57 | C8 | 64 | 6 |
| Octal | 0 | 26 | 41 | 144 | 41 | 0 | 127 | 310 | 144 | 6 |
| Binary | 0 | 10110 | 100001 | 1100100 | 100001 | 0 | 1010111 | 11001000 | 1100100 | 110 |
Color Harmonies of #001621
Complementary color
Monochromatic Colors of #001621
Black with #001621
Text Example
Text Example
White with #001621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001621; }
p { color: rgb(0,22,33); }
H1.HeaderClassName
{
color: #001621;
}
.AnyTagClassName
{
color: #001621;
}
</style>
background-color css
<style>
a { background-color: #001621; }
a { background-color: rgb(0,22,33); }
div.DivClassName
{
background-color: #001621;
}
.BgClassName
{
background-color: #001621;
}
</style>
border-color css
<style>
span { border-color: #001621; }
span { border-color: rgb(0,22,33); }
td.TdClassName
{
border-color: #001621;
}
.TagClassName
{
border-color: #001621;
}
</style>