Shades of Black Pearl #051222
Tints of Black Pearl #051222
RGB
CMYK
RGB Variations
Color information
#051222 (or 0x051222) is known color: Black Pearl. HEX triplet: 05, 12 and 22. RGB value is (5,18,34). Sum of RGB (Red+Green+Blue) = 5+18+34=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 34 (13.67% from 255 or 59.65% from 57); Max value from RGB is 34 - color contains mainly: blue. Hex color #051222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051222 is #FAEDDD. Grayscale: #0F0F0F. Windows color (decimal): -16444894 or 2232837. OLE color: 2232837.
HSL color Cylindrical-coordinate representation of color #051222: hue angle of 213.1º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051222 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 18 | 34 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.87 |
| HSL | 213.1º | 0.74% | 0.08% | - |
| HSV(B) | 213.1º | 0.85% | 0.13% | - |
| XYZ | 0.57 | 0.58 | 1.6 | - |
| YUV | 15.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 34 | 0.85 | 0.47 | 0 | 0.87 | 213.1 | 0.74 | 0.08 |
| Hex | 5 | 12 | 22 | 55 | 2F | 0 | 57 | D5 | 4A | 8 |
| Octal | 5 | 22 | 42 | 125 | 57 | 0 | 127 | 325 | 112 | 10 |
| Binary | 101 | 10010 | 100010 | 1010101 | 101111 | 0 | 1010111 | 11010101 | 1001010 | 1000 |
Color Harmonies of #051222
Complementary color
Monochromatic Colors of #051222
Black with #051222
Text Example
Text Example
White with #051222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051222; }
p { color: rgb(5,18,34); }
H1.HeaderClassName
{
color: #051222;
}
.AnyTagClassName
{
color: #051222;
}
</style>
background-color css
<style>
a { background-color: #051222; }
a { background-color: rgb(5,18,34); }
div.DivClassName
{
background-color: #051222;
}
.BgClassName
{
background-color: #051222;
}
</style>
border-color css
<style>
span { border-color: #051222; }
span { border-color: rgb(5,18,34); }
td.TdClassName
{
border-color: #051222;
}
.TagClassName
{
border-color: #051222;
}
</style>