Shades of Black Pearl #051221
Tints of Black Pearl #051221
RGB
CMYK
RGB Variations
Color information
#051221 (or 0x051221) is known color: Black Pearl. HEX triplet: 05, 12 and 21. RGB value is (5,18,33). Sum of RGB (Red+Green+Blue) = 5+18+33=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 18 (7.42% from 255 or 32.14% 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 #051221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051221 is #FAEDDE. Grayscale: #0F0F0F. Windows color (decimal): -16444895 or 2167301. OLE color: 2167301.
HSL color Cylindrical-coordinate representation of color #051221: hue angle of 212.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051221 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 18 | 33 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.87 |
| HSL | 212.14º | 0.74% | 0.07% | - |
| HSV(B) | 212.14º | 0.85% | 0.13% | - |
| XYZ | 0.55 | 0.57 | 1.52 | - |
| YUV | 15.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 33 | 0.85 | 0.45 | 0 | 0.87 | 212.14 | 0.74 | 0.07 |
| Hex | 5 | 12 | 21 | 55 | 2D | 0 | 57 | D4 | 4A | 7 |
| Octal | 5 | 22 | 41 | 125 | 55 | 0 | 127 | 324 | 112 | 7 |
| Binary | 101 | 10010 | 100001 | 1010101 | 101101 | 0 | 1010111 | 11010100 | 1001010 | 111 |
Color Harmonies of #051221
Complementary color
Monochromatic Colors of #051221
Black with #051221
Text Example
Text Example
White with #051221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051221; }
p { color: rgb(5,18,33); }
H1.HeaderClassName
{
color: #051221;
}
.AnyTagClassName
{
color: #051221;
}
</style>
background-color css
<style>
a { background-color: #051221; }
a { background-color: rgb(5,18,33); }
div.DivClassName
{
background-color: #051221;
}
.BgClassName
{
background-color: #051221;
}
</style>
border-color css
<style>
span { border-color: #051221; }
span { border-color: rgb(5,18,33); }
td.TdClassName
{
border-color: #051221;
}
.TagClassName
{
border-color: #051221;
}
</style>