Shades of Black Pearl #050F11
Tints of Black Pearl #050F11
RGB
CMYK
RGB Variations
Color information
#050F11 (or 0x050F11) is known color: Black Pearl. HEX triplet: 05, 0F and 11. RGB value is (5,15,17). Sum of RGB (Red+Green+Blue) = 5+15+17=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #050F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F11 is #FAF0EE. Grayscale: #0C0C0C. Windows color (decimal): -16445679 or 1117957. OLE color: 1117957.
HSL color Cylindrical-coordinate representation of color #050F11: hue angle of 190º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050F11 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 15 | 17 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.93 |
| HSL | 190º | 0.55% | 0.04% | - |
| HSV(B) | 190º | 0.71% | 0.07% | - |
| XYZ | 0.33 | 0.41 | 0.59 | - |
| YUV | 12.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 17 | 0.71 | 0.12 | 0 | 0.93 | 190 | 0.55 | 0.04 |
| Hex | 5 | F | 11 | 47 | C | 0 | 5D | BE | 37 | 4 |
| Octal | 5 | 17 | 21 | 107 | 14 | 0 | 135 | 276 | 67 | 4 |
| Binary | 101 | 1111 | 10001 | 1000111 | 1100 | 0 | 1011101 | 10111110 | 110111 | 100 |
Color Harmonies of #050F11
Complementary color
Monochromatic Colors of #050F11
Black with #050F11
Text Example
Text Example
White with #050F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F11; }
p { color: rgb(5,15,17); }
H1.HeaderClassName
{
color: #050F11;
}
.AnyTagClassName
{
color: #050F11;
}
</style>
background-color css
<style>
a { background-color: #050F11; }
a { background-color: rgb(5,15,17); }
div.DivClassName
{
background-color: #050F11;
}
.BgClassName
{
background-color: #050F11;
}
</style>
border-color css
<style>
span { border-color: #050F11; }
span { border-color: rgb(5,15,17); }
td.TdClassName
{
border-color: #050F11;
}
.TagClassName
{
border-color: #050F11;
}
</style>