Shades of Black Pearl #050F10
Tints of Black Pearl #050F10
RGB
CMYK
RGB Variations
Color information
#050F10 (or 0x050F10) is known color: Black Pearl. HEX triplet: 05, 0F and 10. RGB value is (5,15,16). Sum of RGB (Red+Green+Blue) = 5+15+16=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: blue. Hex color #050F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F10 is #FAF0EF. Grayscale: #0C0C0C. Windows color (decimal): -16445680 or 1052421. OLE color: 1052421.
HSL color Cylindrical-coordinate representation of color #050F10: hue angle of 185.45º 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 #050F10 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 15 | 16 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.94 |
| HSL | 185.45º | 0.52% | 0.04% | - |
| HSV(B) | 185.45º | 0.69% | 0.06% | - |
| XYZ | 0.33 | 0.41 | 0.55 | - |
| YUV | 12.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 16 | 0.69 | 0.06 | 0 | 0.94 | 185.45 | 0.52 | 0.04 |
| Hex | 5 | F | 10 | 45 | 6 | 0 | 5E | B9 | 34 | 4 |
| Octal | 5 | 17 | 20 | 105 | 6 | 0 | 136 | 271 | 64 | 4 |
| Binary | 101 | 1111 | 10000 | 1000101 | 110 | 0 | 1011110 | 10111001 | 110100 | 100 |
Color Harmonies of #050F10
Complementary color
Monochromatic Colors of #050F10
Black with #050F10
Text Example
Text Example
White with #050F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F10; }
p { color: rgb(5,15,16); }
H1.HeaderClassName
{
color: #050F10;
}
.AnyTagClassName
{
color: #050F10;
}
</style>
background-color css
<style>
a { background-color: #050F10; }
a { background-color: rgb(5,15,16); }
div.DivClassName
{
background-color: #050F10;
}
.BgClassName
{
background-color: #050F10;
}
</style>
border-color css
<style>
span { border-color: #050F10; }
span { border-color: rgb(5,15,16); }
td.TdClassName
{
border-color: #050F10;
}
.TagClassName
{
border-color: #050F10;
}
</style>