Shades of Black Pearl #050B11
Tints of Black Pearl #050B11
RGB
CMYK
RGB Variations
Color information
#050B11 (or 0x050B11) is known color: Black Pearl. HEX triplet: 05, 0B and 11. RGB value is (5,11,17). Sum of RGB (Red+Green+Blue) = 5+11+17=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #050B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B11 is #FAF4EE. Grayscale: #090909. Windows color (decimal): -16446703 or 1116933. OLE color: 1116933.
HSL color Cylindrical-coordinate representation of color #050B11: hue angle of 210º 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 #050B11 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 11 | 17 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.93 |
| HSL | 210º | 0.55% | 0.04% | - |
| HSV(B) | 210º | 0.71% | 0.07% | - |
| XYZ | 0.28 | 0.31 | 0.58 | - |
| YUV | 9.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 17 | 0.71 | 0.35 | 0 | 0.93 | 210 | 0.55 | 0.04 |
| Hex | 5 | B | 11 | 47 | 23 | 0 | 5D | D2 | 37 | 4 |
| Octal | 5 | 13 | 21 | 107 | 43 | 0 | 135 | 322 | 67 | 4 |
| Binary | 101 | 1011 | 10001 | 1000111 | 100011 | 0 | 1011101 | 11010010 | 110111 | 100 |
Color Harmonies of #050B11
Complementary color
Monochromatic Colors of #050B11
Black with #050B11
Text Example
Text Example
White with #050B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B11; }
p { color: rgb(5,11,17); }
H1.HeaderClassName
{
color: #050B11;
}
.AnyTagClassName
{
color: #050B11;
}
</style>
background-color css
<style>
a { background-color: #050B11; }
a { background-color: rgb(5,11,17); }
div.DivClassName
{
background-color: #050B11;
}
.BgClassName
{
background-color: #050B11;
}
</style>
border-color css
<style>
span { border-color: #050B11; }
span { border-color: rgb(5,11,17); }
td.TdClassName
{
border-color: #050B11;
}
.TagClassName
{
border-color: #050B11;
}
</style>