Shades of Black Pearl #050C16
Tints of Black Pearl #050C16
RGB
CMYK
RGB Variations
Color information
#050C16 (or 0x050C16) is known color: Black Pearl. HEX triplet: 05, 0C and 16. RGB value is (5,12,22). Sum of RGB (Red+Green+Blue) = 5+12+22=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #050C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C16 is #FAF3E9. Grayscale: #0B0B0B. Windows color (decimal): -16446442 or 1444869. OLE color: 1444869.
HSL color Cylindrical-coordinate representation of color #050C16: hue angle of 215.29º 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 #050C16 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 12 | 22 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.91 |
| HSL | 215.29º | 0.63% | 0.05% | - |
| HSV(B) | 215.29º | 0.77% | 0.09% | - |
| XYZ | 0.34 | 0.35 | 0.81 | - |
| YUV | 11.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 22 | 0.77 | 0.45 | 0 | 0.91 | 215.29 | 0.63 | 0.05 |
| Hex | 5 | C | 16 | 4D | 2D | 0 | 5B | D7 | 3F | 5 |
| Octal | 5 | 14 | 26 | 115 | 55 | 0 | 133 | 327 | 77 | 5 |
| Binary | 101 | 1100 | 10110 | 1001101 | 101101 | 0 | 1011011 | 11010111 | 111111 | 101 |
Color Harmonies of #050C16
Complementary color
Monochromatic Colors of #050C16
Black with #050C16
Text Example
Text Example
White with #050C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C16; }
p { color: rgb(5,12,22); }
H1.HeaderClassName
{
color: #050C16;
}
.AnyTagClassName
{
color: #050C16;
}
</style>
background-color css
<style>
a { background-color: #050C16; }
a { background-color: rgb(5,12,22); }
div.DivClassName
{
background-color: #050C16;
}
.BgClassName
{
background-color: #050C16;
}
</style>
border-color css
<style>
span { border-color: #050C16; }
span { border-color: rgb(5,12,22); }
td.TdClassName
{
border-color: #050C16;
}
.TagClassName
{
border-color: #050C16;
}
</style>