Shades of Black Pearl #051220
Tints of Black Pearl #051220
RGB
CMYK
RGB Variations
Color information
#051220 (or 0x051220) is known color: Black Pearl. HEX triplet: 05, 12 and 20. RGB value is (5,18,32). Sum of RGB (Red+Green+Blue) = 5+18+32=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #051220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051220 is #FAEDDF. Grayscale: #0F0F0F. Windows color (decimal): -16444896 or 2101765. OLE color: 2101765.
HSL color Cylindrical-coordinate representation of color #051220: hue angle of 211.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051220 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 18 | 32 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.87 |
| HSL | 211.11º | 0.73% | 0.07% | - |
| HSV(B) | 211.11º | 0.84% | 0.13% | - |
| XYZ | 0.54 | 0.57 | 1.45 | - |
| YUV | 15.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 32 | 0.84 | 0.44 | 0 | 0.87 | 211.11 | 0.73 | 0.07 |
| Hex | 5 | 12 | 20 | 54 | 2C | 0 | 57 | D3 | 49 | 7 |
| Octal | 5 | 22 | 40 | 124 | 54 | 0 | 127 | 323 | 111 | 7 |
| Binary | 101 | 10010 | 100000 | 1010100 | 101100 | 0 | 1010111 | 11010011 | 1001001 | 111 |
Color Harmonies of #051220
Complementary color
Monochromatic Colors of #051220
Black with #051220
Text Example
Text Example
White with #051220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051220; }
p { color: rgb(5,18,32); }
H1.HeaderClassName
{
color: #051220;
}
.AnyTagClassName
{
color: #051220;
}
</style>
background-color css
<style>
a { background-color: #051220; }
a { background-color: rgb(5,18,32); }
div.DivClassName
{
background-color: #051220;
}
.BgClassName
{
background-color: #051220;
}
</style>
border-color css
<style>
span { border-color: #051220; }
span { border-color: rgb(5,18,32); }
td.TdClassName
{
border-color: #051220;
}
.TagClassName
{
border-color: #051220;
}
</style>