Shades of Black Pearl #050D16
Tints of Black Pearl #050D16
RGB
CMYK
RGB Variations
Color information
#050D16 (or 0x050D16) is known color: Black Pearl. HEX triplet: 05, 0D and 16. RGB value is (5,13,22). Sum of RGB (Red+Green+Blue) = 5+13+22=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #050D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D16 is #FAF2E9. Grayscale: #0B0B0B. Windows color (decimal): -16446186 or 1445125. OLE color: 1445125.
HSL color Cylindrical-coordinate representation of color #050D16: hue angle of 211.76º 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 #050D16 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 13 | 22 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.91 |
| HSL | 211.76º | 0.63% | 0.05% | - |
| HSV(B) | 211.76º | 0.77% | 0.09% | - |
| XYZ | 0.35 | 0.38 | 0.81 | - |
| YUV | 11.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 22 | 0.77 | 0.41 | 0 | 0.91 | 211.76 | 0.63 | 0.05 |
| Hex | 5 | D | 16 | 4D | 29 | 0 | 5B | D4 | 3F | 5 |
| Octal | 5 | 15 | 26 | 115 | 51 | 0 | 133 | 324 | 77 | 5 |
| Binary | 101 | 1101 | 10110 | 1001101 | 101001 | 0 | 1011011 | 11010100 | 111111 | 101 |
Color Harmonies of #050D16
Complementary color
Monochromatic Colors of #050D16
Black with #050D16
Text Example
Text Example
White with #050D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D16; }
p { color: rgb(5,13,22); }
H1.HeaderClassName
{
color: #050D16;
}
.AnyTagClassName
{
color: #050D16;
}
</style>
background-color css
<style>
a { background-color: #050D16; }
a { background-color: rgb(5,13,22); }
div.DivClassName
{
background-color: #050D16;
}
.BgClassName
{
background-color: #050D16;
}
</style>
border-color css
<style>
span { border-color: #050D16; }
span { border-color: rgb(5,13,22); }
td.TdClassName
{
border-color: #050D16;
}
.TagClassName
{
border-color: #050D16;
}
</style>