Shades of Black Pearl #050A0B
Tints of Black Pearl #050A0B
RGB
CMYK
RGB Variations
Color information
#050A0B (or 0x050A0B) is known color: Black Pearl. HEX triplet: 05, 0A and 0B. RGB value is (5,10,11). Sum of RGB (Red+Green+Blue) = 5+10+11=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 11 - color contains mainly: blue. Hex color #050A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A0B is #FAF5F4. Grayscale: #080808. Windows color (decimal): -16446965 or 723461. OLE color: 723461.
HSL color Cylindrical-coordinate representation of color #050A0B: hue angle of 190º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #050A0B is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 10 | 11 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.96 |
| HSL | 190º | 0.38% | 0.03% | - |
| HSV(B) | 190º | 0.55% | 0.04% | - |
| XYZ | 0.23 | 0.27 | 0.36 | - |
| YUV | 8.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 11 | 0.55 | 0.09 | 0 | 0.96 | 190 | 0.38 | 0.03 |
| Hex | 5 | A | B | 37 | 9 | 0 | 60 | BE | 26 | 3 |
| Octal | 5 | 12 | 13 | 67 | 11 | 0 | 140 | 276 | 46 | 3 |
| Binary | 101 | 1010 | 1011 | 110111 | 1001 | 0 | 1100000 | 10111110 | 100110 | 11 |
Color Harmonies of #050A0B
Complementary color
Monochromatic Colors of #050A0B
Black with #050A0B
Text Example
Text Example
White with #050A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A0B; }
p { color: rgb(5,10,11); }
H1.HeaderClassName
{
color: #050A0B;
}
.AnyTagClassName
{
color: #050A0B;
}
</style>
background-color css
<style>
a { background-color: #050A0B; }
a { background-color: rgb(5,10,11); }
div.DivClassName
{
background-color: #050A0B;
}
.BgClassName
{
background-color: #050A0B;
}
</style>
border-color css
<style>
span { border-color: #050A0B; }
span { border-color: rgb(5,10,11); }
td.TdClassName
{
border-color: #050A0B;
}
.TagClassName
{
border-color: #050A0B;
}
</style>