Shades of Black Pearl #051516
Tints of Black Pearl #051516
RGB
CMYK
RGB Variations
Color information
#051516 (or 0x051516) is known color: Black Pearl. HEX triplet: 05, 15 and 16. RGB value is (5,21,22). Sum of RGB (Red+Green+Blue) = 5+21+22=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #051516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051516 is #FAEAE9. Grayscale: #101010. Windows color (decimal): -16444138 or 1447173. OLE color: 1447173.
HSL color Cylindrical-coordinate representation of color #051516: hue angle of 183.53º 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 #051516 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 21 | 22 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.91 |
| HSL | 183.53º | 0.63% | 0.05% | - |
| HSV(B) | 183.53º | 0.77% | 0.09% | - |
| XYZ | 0.48 | 0.63 | 0.85 | - |
| YUV | 16.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 22 | 0.77 | 0.05 | 0 | 0.91 | 183.53 | 0.63 | 0.05 |
| Hex | 5 | 15 | 16 | 4D | 5 | 0 | 5B | B8 | 3F | 5 |
| Octal | 5 | 25 | 26 | 115 | 5 | 0 | 133 | 270 | 77 | 5 |
| Binary | 101 | 10101 | 10110 | 1001101 | 101 | 0 | 1011011 | 10111000 | 111111 | 101 |
Color Harmonies of #051516
Complementary color
Monochromatic Colors of #051516
Black with #051516
Text Example
Text Example
White with #051516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051516; }
p { color: rgb(5,21,22); }
H1.HeaderClassName
{
color: #051516;
}
.AnyTagClassName
{
color: #051516;
}
</style>
background-color css
<style>
a { background-color: #051516; }
a { background-color: rgb(5,21,22); }
div.DivClassName
{
background-color: #051516;
}
.BgClassName
{
background-color: #051516;
}
</style>
border-color css
<style>
span { border-color: #051516; }
span { border-color: rgb(5,21,22); }
td.TdClassName
{
border-color: #051516;
}
.TagClassName
{
border-color: #051516;
}
</style>