Shades of Black Pearl #050B14
Tints of Black Pearl #050B14
RGB
CMYK
RGB Variations
Color information
#050B14 (or 0x050B14) is known color: Black Pearl. HEX triplet: 05, 0B and 14. RGB value is (5,11,20). Sum of RGB (Red+Green+Blue) = 5+11+20=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #050B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B14 is #FAF4EB. Grayscale: #0A0A0A. Windows color (decimal): -16446700 or 1313541. OLE color: 1313541.
HSL color Cylindrical-coordinate representation of color #050B14: hue angle of 216º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #050B14 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 11 | 20 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.92 |
| HSL | 216º | 0.6% | 0.05% | - |
| HSV(B) | 216º | 0.75% | 0.08% | - |
| XYZ | 0.31 | 0.32 | 0.71 | - |
| YUV | 10.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 20 | 0.75 | 0.45 | 0 | 0.92 | 216 | 0.6 | 0.05 |
| Hex | 5 | B | 14 | 4B | 2D | 0 | 5C | D8 | 3C | 5 |
| Octal | 5 | 13 | 24 | 113 | 55 | 0 | 134 | 330 | 74 | 5 |
| Binary | 101 | 1011 | 10100 | 1001011 | 101101 | 0 | 1011100 | 11011000 | 111100 | 101 |
Color Harmonies of #050B14
Complementary color
Monochromatic Colors of #050B14
Black with #050B14
Text Example
Text Example
White with #050B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B14; }
p { color: rgb(5,11,20); }
H1.HeaderClassName
{
color: #050B14;
}
.AnyTagClassName
{
color: #050B14;
}
</style>
background-color css
<style>
a { background-color: #050B14; }
a { background-color: rgb(5,11,20); }
div.DivClassName
{
background-color: #050B14;
}
.BgClassName
{
background-color: #050B14;
}
</style>
border-color css
<style>
span { border-color: #050B14; }
span { border-color: rgb(5,11,20); }
td.TdClassName
{
border-color: #050B14;
}
.TagClassName
{
border-color: #050B14;
}
</style>