Shades of Black Pearl #050E1A
Tints of Black Pearl #050E1A
RGB
CMYK
RGB Variations
Color information
#050E1A (or 0x050E1A) is known color: Black Pearl. HEX triplet: 05, 0E and 1A. RGB value is (5,14,26). Sum of RGB (Red+Green+Blue) = 5+14+26=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #050E1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E1A is #FAF1E5. Grayscale: #0C0C0C. Windows color (decimal): -16445926 or 1707525. OLE color: 1707525.
HSL color Cylindrical-coordinate representation of color #050E1A: hue angle of 214.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #050E1A is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 14 | 26 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.90 |
| HSL | 214.29º | 0.68% | 0.06% | - |
| HSV(B) | 214.29º | 0.81% | 0.1% | - |
| XYZ | 0.41 | 0.42 | 1.04 | - |
| YUV | 12.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 26 | 0.81 | 0.46 | 0 | 0.90 | 214.29 | 0.68 | 0.06 |
| Hex | 5 | E | 1A | 51 | 2E | 0 | 5A | D6 | 44 | 6 |
| Octal | 5 | 16 | 32 | 121 | 56 | 0 | 132 | 326 | 104 | 6 |
| Binary | 101 | 1110 | 11010 | 1010001 | 101110 | 0 | 1011010 | 11010110 | 1000100 | 110 |
Color Harmonies of #050E1A
Complementary color
Monochromatic Colors of #050E1A
Black with #050E1A
Text Example
Text Example
White with #050E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E1A; }
p { color: rgb(5,14,26); }
H1.HeaderClassName
{
color: #050E1A;
}
.AnyTagClassName
{
color: #050E1A;
}
</style>
background-color css
<style>
a { background-color: #050E1A; }
a { background-color: rgb(5,14,26); }
div.DivClassName
{
background-color: #050E1A;
}
.BgClassName
{
background-color: #050E1A;
}
</style>
border-color css
<style>
span { border-color: #050E1A; }
span { border-color: rgb(5,14,26); }
td.TdClassName
{
border-color: #050E1A;
}
.TagClassName
{
border-color: #050E1A;
}
</style>