Shades of Black Pearl #050E13
Tints of Black Pearl #050E13
RGB
CMYK
RGB Variations
Color information
#050E13 (or 0x050E13) is known color: Black Pearl. HEX triplet: 05, 0E and 13. RGB value is (5,14,19). Sum of RGB (Red+Green+Blue) = 5+14+19=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #050E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E13 is #FAF1EC. Grayscale: #0B0B0B. Windows color (decimal): -16445933 or 1248773. OLE color: 1248773.
HSL color Cylindrical-coordinate representation of color #050E13: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #050E13 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 14 | 19 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.93 |
| HSL | 201.43º | 0.58% | 0.05% | - |
| HSV(B) | 201.43º | 0.74% | 0.07% | - |
| XYZ | 0.34 | 0.39 | 0.67 | - |
| YUV | 11.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 19 | 0.74 | 0.26 | 0 | 0.93 | 201.43 | 0.58 | 0.05 |
| Hex | 5 | E | 13 | 4A | 1A | 0 | 5D | C9 | 3A | 5 |
| Octal | 5 | 16 | 23 | 112 | 32 | 0 | 135 | 311 | 72 | 5 |
| Binary | 101 | 1110 | 10011 | 1001010 | 11010 | 0 | 1011101 | 11001001 | 111010 | 101 |
Color Harmonies of #050E13
Complementary color
Monochromatic Colors of #050E13
Black with #050E13
Text Example
Text Example
White with #050E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E13; }
p { color: rgb(5,14,19); }
H1.HeaderClassName
{
color: #050E13;
}
.AnyTagClassName
{
color: #050E13;
}
</style>
background-color css
<style>
a { background-color: #050E13; }
a { background-color: rgb(5,14,19); }
div.DivClassName
{
background-color: #050E13;
}
.BgClassName
{
background-color: #050E13;
}
</style>
border-color css
<style>
span { border-color: #050E13; }
span { border-color: rgb(5,14,19); }
td.TdClassName
{
border-color: #050E13;
}
.TagClassName
{
border-color: #050E13;
}
</style>