Shades of Black Pearl #050D11
Tints of Black Pearl #050D11
RGB
CMYK
RGB Variations
Color information
#050D11 (or 0x050D11) is known color: Black Pearl. HEX triplet: 05, 0D and 11. RGB value is (5,13,17). Sum of RGB (Red+Green+Blue) = 5+13+17=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #050D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D11 is #FAF2EE. Grayscale: #0B0B0B. Windows color (decimal): -16446191 or 1117445. OLE color: 1117445.
HSL color Cylindrical-coordinate representation of color #050D11: hue angle of 200º 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 #050D11 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 13 | 17 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.93 |
| HSL | 200º | 0.55% | 0.04% | - |
| HSV(B) | 200º | 0.71% | 0.07% | - |
| XYZ | 0.31 | 0.36 | 0.58 | - |
| YUV | 11.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 17 | 0.71 | 0.24 | 0 | 0.93 | 200 | 0.55 | 0.04 |
| Hex | 5 | D | 11 | 47 | 18 | 0 | 5D | C8 | 37 | 4 |
| Octal | 5 | 15 | 21 | 107 | 30 | 0 | 135 | 310 | 67 | 4 |
| Binary | 101 | 1101 | 10001 | 1000111 | 11000 | 0 | 1011101 | 11001000 | 110111 | 100 |
Color Harmonies of #050D11
Complementary color
Monochromatic Colors of #050D11
Black with #050D11
Text Example
Text Example
White with #050D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D11; }
p { color: rgb(5,13,17); }
H1.HeaderClassName
{
color: #050D11;
}
.AnyTagClassName
{
color: #050D11;
}
</style>
background-color css
<style>
a { background-color: #050D11; }
a { background-color: rgb(5,13,17); }
div.DivClassName
{
background-color: #050D11;
}
.BgClassName
{
background-color: #050D11;
}
</style>
border-color css
<style>
span { border-color: #050D11; }
span { border-color: rgb(5,13,17); }
td.TdClassName
{
border-color: #050D11;
}
.TagClassName
{
border-color: #050D11;
}
</style>