Shades of Black Pearl #051016
Tints of Black Pearl #051016
RGB
CMYK
RGB Variations
Color information
#051016 (or 0x051016) is known color: Black Pearl. HEX triplet: 05, 10 and 16. RGB value is (5,16,22). Sum of RGB (Red+Green+Blue) = 5+16+22=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #051016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051016 is #FAEFE9. Grayscale: #0D0D0D. Windows color (decimal): -16445418 or 1445893. OLE color: 1445893.
HSL color Cylindrical-coordinate representation of color #051016: hue angle of 201.18º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #051016 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 16 | 22 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.91 |
| HSL | 201.18º | 0.63% | 0.05% | - |
| HSV(B) | 201.18º | 0.77% | 0.09% | - |
| XYZ | 0.39 | 0.46 | 0.83 | - |
| YUV | 13.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 22 | 0.77 | 0.27 | 0 | 0.91 | 201.18 | 0.63 | 0.05 |
| Hex | 5 | 10 | 16 | 4D | 1B | 0 | 5B | C9 | 3F | 5 |
| Octal | 5 | 20 | 26 | 115 | 33 | 0 | 133 | 311 | 77 | 5 |
| Binary | 101 | 10000 | 10110 | 1001101 | 11011 | 0 | 1011011 | 11001001 | 111111 | 101 |
Color Harmonies of #051016
Complementary color
Monochromatic Colors of #051016
Black with #051016
Text Example
Text Example
White with #051016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051016; }
p { color: rgb(5,16,22); }
H1.HeaderClassName
{
color: #051016;
}
.AnyTagClassName
{
color: #051016;
}
</style>
background-color css
<style>
a { background-color: #051016; }
a { background-color: rgb(5,16,22); }
div.DivClassName
{
background-color: #051016;
}
.BgClassName
{
background-color: #051016;
}
</style>
border-color css
<style>
span { border-color: #051016; }
span { border-color: rgb(5,16,22); }
td.TdClassName
{
border-color: #051016;
}
.TagClassName
{
border-color: #051016;
}
</style>