Shades of Black Pearl #050E19
Tints of Black Pearl #050E19
RGB
CMYK
RGB Variations
Color information
#050E19 (or 0x050E19) is known color: Black Pearl. HEX triplet: 05, 0E and 19. RGB value is (5,14,25). Sum of RGB (Red+Green+Blue) = 5+14+25=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #050E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E19 is #FAF1E6. Grayscale: #0C0C0C. Windows color (decimal): -16445927 or 1641989. OLE color: 1641989.
HSL color Cylindrical-coordinate representation of color #050E19: hue angle of 213º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050E19 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 14 | 25 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.90 |
| HSL | 213º | 0.67% | 0.06% | - |
| HSV(B) | 213º | 0.8% | 0.1% | - |
| XYZ | 0.4 | 0.42 | 0.98 | - |
| YUV | 12.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 25 | 0.80 | 0.44 | 0 | 0.90 | 213 | 0.67 | 0.06 |
| Hex | 5 | E | 19 | 50 | 2C | 0 | 5A | D5 | 43 | 6 |
| Octal | 5 | 16 | 31 | 120 | 54 | 0 | 132 | 325 | 103 | 6 |
| Binary | 101 | 1110 | 11001 | 1010000 | 101100 | 0 | 1011010 | 11010101 | 1000011 | 110 |
Color Harmonies of #050E19
Complementary color
Monochromatic Colors of #050E19
Black with #050E19
Text Example
Text Example
White with #050E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E19; }
p { color: rgb(5,14,25); }
H1.HeaderClassName
{
color: #050E19;
}
.AnyTagClassName
{
color: #050E19;
}
</style>
background-color css
<style>
a { background-color: #050E19; }
a { background-color: rgb(5,14,25); }
div.DivClassName
{
background-color: #050E19;
}
.BgClassName
{
background-color: #050E19;
}
</style>
border-color css
<style>
span { border-color: #050E19; }
span { border-color: rgb(5,14,25); }
td.TdClassName
{
border-color: #050E19;
}
.TagClassName
{
border-color: #050E19;
}
</style>