Shades of Black Pearl #050E14
Tints of Black Pearl #050E14
RGB
CMYK
RGB Variations
Color information
#050E14 (or 0x050E14) is known color: Black Pearl. HEX triplet: 05, 0E and 14. RGB value is (5,14,20). Sum of RGB (Red+Green+Blue) = 5+14+20=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #050E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E14 is #FAF1EB. Grayscale: #0B0B0B. Windows color (decimal): -16445932 or 1314309. OLE color: 1314309.
HSL color Cylindrical-coordinate representation of color #050E14: hue angle of 204º 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 #050E14 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 14 | 20 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.92 |
| HSL | 204º | 0.6% | 0.05% | - |
| HSV(B) | 204º | 0.75% | 0.08% | - |
| XYZ | 0.35 | 0.4 | 0.72 | - |
| YUV | 11.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 20 | 0.75 | 0.30 | 0 | 0.92 | 204 | 0.6 | 0.05 |
| Hex | 5 | E | 14 | 4B | 1E | 0 | 5C | CC | 3C | 5 |
| Octal | 5 | 16 | 24 | 113 | 36 | 0 | 134 | 314 | 74 | 5 |
| Binary | 101 | 1110 | 10100 | 1001011 | 11110 | 0 | 1011100 | 11001100 | 111100 | 101 |
Color Harmonies of #050E14
Complementary color
Monochromatic Colors of #050E14
Black with #050E14
Text Example
Text Example
White with #050E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E14; }
p { color: rgb(5,14,20); }
H1.HeaderClassName
{
color: #050E14;
}
.AnyTagClassName
{
color: #050E14;
}
</style>
background-color css
<style>
a { background-color: #050E14; }
a { background-color: rgb(5,14,20); }
div.DivClassName
{
background-color: #050E14;
}
.BgClassName
{
background-color: #050E14;
}
</style>
border-color css
<style>
span { border-color: #050E14; }
span { border-color: rgb(5,14,20); }
td.TdClassName
{
border-color: #050E14;
}
.TagClassName
{
border-color: #050E14;
}
</style>