Shades of Black Pearl #050D10
Tints of Black Pearl #050D10
RGB
CMYK
RGB Variations
Color information
#050D10 (or 0x050D10) is known color: Black Pearl. HEX triplet: 05, 0D and 10. RGB value is (5,13,16). Sum of RGB (Red+Green+Blue) = 5+13+16=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 16 - color contains mainly: blue. Hex color #050D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D10 is #FAF2EF. Grayscale: #0A0A0A. Windows color (decimal): -16446192 or 1051909. OLE color: 1051909.
HSL color Cylindrical-coordinate representation of color #050D10: hue angle of 196.36º 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 #050D10 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 13 | 16 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.94 |
| HSL | 196.36º | 0.52% | 0.04% | - |
| HSV(B) | 196.36º | 0.69% | 0.06% | - |
| XYZ | 0.3 | 0.36 | 0.54 | - |
| YUV | 10.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 16 | 0.69 | 0.19 | 0 | 0.94 | 196.36 | 0.52 | 0.04 |
| Hex | 5 | D | 10 | 45 | 13 | 0 | 5E | C4 | 34 | 4 |
| Octal | 5 | 15 | 20 | 105 | 23 | 0 | 136 | 304 | 64 | 4 |
| Binary | 101 | 1101 | 10000 | 1000101 | 10011 | 0 | 1011110 | 11000100 | 110100 | 100 |
Color Harmonies of #050D10
Complementary color
Monochromatic Colors of #050D10
Black with #050D10
Text Example
Text Example
White with #050D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D10; }
p { color: rgb(5,13,16); }
H1.HeaderClassName
{
color: #050D10;
}
.AnyTagClassName
{
color: #050D10;
}
</style>
background-color css
<style>
a { background-color: #050D10; }
a { background-color: rgb(5,13,16); }
div.DivClassName
{
background-color: #050D10;
}
.BgClassName
{
background-color: #050D10;
}
</style>
border-color css
<style>
span { border-color: #050D10; }
span { border-color: rgb(5,13,16); }
td.TdClassName
{
border-color: #050D10;
}
.TagClassName
{
border-color: #050D10;
}
</style>