Shades of Black Pearl #050E1B
Tints of Black Pearl #050E1B
RGB
CMYK
RGB Variations
Color information
#050E1B (or 0x050E1B) is known color: Black Pearl. HEX triplet: 05, 0E and 1B. RGB value is (5,14,27). Sum of RGB (Red+Green+Blue) = 5+14+27=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #050E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E1B is #FAF1E4. Grayscale: #0C0C0C. Windows color (decimal): -16445925 or 1773061. OLE color: 1773061.
HSL color Cylindrical-coordinate representation of color #050E1B: hue angle of 215.45º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #050E1B is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 14 | 27 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.89 |
| HSL | 215.45º | 0.69% | 0.06% | - |
| HSV(B) | 215.45º | 0.81% | 0.11% | - |
| XYZ | 0.42 | 0.43 | 1.1 | - |
| YUV | 12.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 27 | 0.81 | 0.48 | 0 | 0.89 | 215.45 | 0.69 | 0.06 |
| Hex | 5 | E | 1B | 51 | 30 | 0 | 59 | D7 | 45 | 6 |
| Octal | 5 | 16 | 33 | 121 | 60 | 0 | 131 | 327 | 105 | 6 |
| Binary | 101 | 1110 | 11011 | 1010001 | 110000 | 0 | 1011001 | 11010111 | 1000101 | 110 |
Color Harmonies of #050E1B
Complementary color
Monochromatic Colors of #050E1B
Black with #050E1B
Text Example
Text Example
White with #050E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E1B; }
p { color: rgb(5,14,27); }
H1.HeaderClassName
{
color: #050E1B;
}
.AnyTagClassName
{
color: #050E1B;
}
</style>
background-color css
<style>
a { background-color: #050E1B; }
a { background-color: rgb(5,14,27); }
div.DivClassName
{
background-color: #050E1B;
}
.BgClassName
{
background-color: #050E1B;
}
</style>
border-color css
<style>
span { border-color: #050E1B; }
span { border-color: rgb(5,14,27); }
td.TdClassName
{
border-color: #050E1B;
}
.TagClassName
{
border-color: #050E1B;
}
</style>