Shades of Black Pearl #001221
Tints of Black Pearl #001221
RGB
CMYK
RGB Variations
Color information
#001221 (or 0x001221) is known color: Black Pearl. HEX triplet: 00, 12 and 21. RGB value is (0,18,33). Sum of RGB (Red+Green+Blue) = 0+18+33=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #001221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001221 is #FFEDDE. Grayscale: #0E0E0E. Windows color (decimal): -16772575 or 2167296. OLE color: 2167296.
HSL color Cylindrical-coordinate representation of color #001221: hue angle of 207.27º 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 #001221 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 18 | 33 | - |
| CMYK | 1 | 0.45 | 0 | 0.87 |
| HSL | 207.27º | 1% | 0.06% | - |
| HSV(B) | 207.27º | 1% | 0.13% | - |
| XYZ | 0.49 | 0.54 | 1.52 | - |
| YUV | 14.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 33 | 1 | 0.45 | 0 | 0.87 | 207.27 | 1 | 0.06 |
| Hex | 0 | 12 | 21 | 64 | 2D | 0 | 57 | CF | 64 | 6 |
| Octal | 0 | 22 | 41 | 144 | 55 | 0 | 127 | 317 | 144 | 6 |
| Binary | 0 | 10010 | 100001 | 1100100 | 101101 | 0 | 1010111 | 11001111 | 1100100 | 110 |
Color Harmonies of #001221
Complementary color
Monochromatic Colors of #001221
Black with #001221
Text Example
Text Example
White with #001221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001221; }
p { color: rgb(0,18,33); }
H1.HeaderClassName
{
color: #001221;
}
.AnyTagClassName
{
color: #001221;
}
</style>
background-color css
<style>
a { background-color: #001221; }
a { background-color: rgb(0,18,33); }
div.DivClassName
{
background-color: #001221;
}
.BgClassName
{
background-color: #001221;
}
</style>
border-color css
<style>
span { border-color: #001221; }
span { border-color: rgb(0,18,33); }
td.TdClassName
{
border-color: #001221;
}
.TagClassName
{
border-color: #001221;
}
</style>