Shades of Black Pearl #050C11
Tints of Black Pearl #050C11
RGB
CMYK
RGB Variations
Color information
#050C11 (or 0x050C11) is known color: Black Pearl. HEX triplet: 05, 0C and 11. RGB value is (5,12,17). Sum of RGB (Red+Green+Blue) = 5+12+17=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #050C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C11 is #FAF3EE. Grayscale: #0A0A0A. Windows color (decimal): -16446447 or 1117189. OLE color: 1117189.
HSL color Cylindrical-coordinate representation of color #050C11: hue angle of 205º 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 #050C11 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 12 | 17 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.93 |
| HSL | 205º | 0.55% | 0.04% | - |
| HSV(B) | 205º | 0.71% | 0.07% | - |
| XYZ | 0.3 | 0.34 | 0.58 | - |
| YUV | 10.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 17 | 0.71 | 0.29 | 0 | 0.93 | 205 | 0.55 | 0.04 |
| Hex | 5 | C | 11 | 47 | 1D | 0 | 5D | CD | 37 | 4 |
| Octal | 5 | 14 | 21 | 107 | 35 | 0 | 135 | 315 | 67 | 4 |
| Binary | 101 | 1100 | 10001 | 1000111 | 11101 | 0 | 1011101 | 11001101 | 110111 | 100 |
Color Harmonies of #050C11
Complementary color
Monochromatic Colors of #050C11
Black with #050C11
Text Example
Text Example
White with #050C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C11; }
p { color: rgb(5,12,17); }
H1.HeaderClassName
{
color: #050C11;
}
.AnyTagClassName
{
color: #050C11;
}
</style>
background-color css
<style>
a { background-color: #050C11; }
a { background-color: rgb(5,12,17); }
div.DivClassName
{
background-color: #050C11;
}
.BgClassName
{
background-color: #050C11;
}
</style>
border-color css
<style>
span { border-color: #050C11; }
span { border-color: rgb(5,12,17); }
td.TdClassName
{
border-color: #050C11;
}
.TagClassName
{
border-color: #050C11;
}
</style>