Shades of Black Pearl #050E10
Tints of Black Pearl #050E10
RGB
CMYK
RGB Variations
Color information
#050E10 (or 0x050E10) is known color: Black Pearl. HEX triplet: 05, 0E and 10. RGB value is (5,14,16). Sum of RGB (Red+Green+Blue) = 5+14+16=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #050E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E10 is #FAF1EF. Grayscale: #0B0B0B. Windows color (decimal): -16445936 or 1052165. OLE color: 1052165.
HSL color Cylindrical-coordinate representation of color #050E10: hue angle of 190.91º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #050E10 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 14 | 16 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.94 |
| HSL | 190.91º | 0.52% | 0.04% | - |
| HSV(B) | 190.91º | 0.69% | 0.06% | - |
| XYZ | 0.31 | 0.38 | 0.55 | - |
| YUV | 11.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 16 | 0.69 | 0.13 | 0 | 0.94 | 190.91 | 0.52 | 0.04 |
| Hex | 5 | E | 10 | 45 | D | 0 | 5E | BF | 34 | 4 |
| Octal | 5 | 16 | 20 | 105 | 15 | 0 | 136 | 277 | 64 | 4 |
| Binary | 101 | 1110 | 10000 | 1000101 | 1101 | 0 | 1011110 | 10111111 | 110100 | 100 |
Color Harmonies of #050E10
Complementary color
Monochromatic Colors of #050E10
Black with #050E10
Text Example
Text Example
White with #050E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E10; }
p { color: rgb(5,14,16); }
H1.HeaderClassName
{
color: #050E10;
}
.AnyTagClassName
{
color: #050E10;
}
</style>
background-color css
<style>
a { background-color: #050E10; }
a { background-color: rgb(5,14,16); }
div.DivClassName
{
background-color: #050E10;
}
.BgClassName
{
background-color: #050E10;
}
</style>
border-color css
<style>
span { border-color: #050E10; }
span { border-color: rgb(5,14,16); }
td.TdClassName
{
border-color: #050E10;
}
.TagClassName
{
border-color: #050E10;
}
</style>