Shades of Black Pearl #051122
Tints of Black Pearl #051122
RGB
CMYK
RGB Variations
Color information
#051122 (or 0x051122) is known color: Black Pearl. HEX triplet: 05, 11 and 22. RGB value is (5,17,34). Sum of RGB (Red+Green+Blue) = 5+17+34=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #051122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051122 is #FAEEDD. Grayscale: #0F0F0F. Windows color (decimal): -16445150 or 2232581. OLE color: 2232581.
HSL color Cylindrical-coordinate representation of color #051122: hue angle of 215.17º 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 #051122 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 17 | 34 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.87 |
| HSL | 215.17º | 0.74% | 0.08% | - |
| HSV(B) | 215.17º | 0.85% | 0.13% | - |
| XYZ | 0.55 | 0.55 | 1.59 | - |
| YUV | 15.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 34 | 0.85 | 0.50 | 0 | 0.87 | 215.17 | 0.74 | 0.08 |
| Hex | 5 | 11 | 22 | 55 | 32 | 0 | 57 | D7 | 4A | 8 |
| Octal | 5 | 21 | 42 | 125 | 62 | 0 | 127 | 327 | 112 | 10 |
| Binary | 101 | 10001 | 100010 | 1010101 | 110010 | 0 | 1010111 | 11010111 | 1001010 | 1000 |
Color Harmonies of #051122
Complementary color
Monochromatic Colors of #051122
Black with #051122
Text Example
Text Example
White with #051122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051122; }
p { color: rgb(5,17,34); }
H1.HeaderClassName
{
color: #051122;
}
.AnyTagClassName
{
color: #051122;
}
</style>
background-color css
<style>
a { background-color: #051122; }
a { background-color: rgb(5,17,34); }
div.DivClassName
{
background-color: #051122;
}
.BgClassName
{
background-color: #051122;
}
</style>
border-color css
<style>
span { border-color: #051122; }
span { border-color: rgb(5,17,34); }
td.TdClassName
{
border-color: #051122;
}
.TagClassName
{
border-color: #051122;
}
</style>