Shades of Black Pearl #050E1C
Tints of Black Pearl #050E1C
RGB
CMYK
RGB Variations
Color information
#050E1C (or 0x050E1C) is known color: Black Pearl. HEX triplet: 05, 0E and 1C. RGB value is (5,14,28). Sum of RGB (Red+Green+Blue) = 5+14+28=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #050E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E1C is #FAF1E3. Grayscale: #0C0C0C. Windows color (decimal): -16445924 or 1838597. OLE color: 1838597.
HSL color Cylindrical-coordinate representation of color #050E1C: hue angle of 216.52º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050E1C is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 14 | 28 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.89 |
| HSL | 216.52º | 0.7% | 0.06% | - |
| HSV(B) | 216.52º | 0.82% | 0.11% | - |
| XYZ | 0.43 | 0.43 | 1.16 | - |
| YUV | 12.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 28 | 0.82 | 0.50 | 0 | 0.89 | 216.52 | 0.7 | 0.06 |
| Hex | 5 | E | 1C | 52 | 32 | 0 | 59 | D9 | 46 | 6 |
| Octal | 5 | 16 | 34 | 122 | 62 | 0 | 131 | 331 | 106 | 6 |
| Binary | 101 | 1110 | 11100 | 1010010 | 110010 | 0 | 1011001 | 11011001 | 1000110 | 110 |
Color Harmonies of #050E1C
Complementary color
Monochromatic Colors of #050E1C
Black with #050E1C
Text Example
Text Example
White with #050E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E1C; }
p { color: rgb(5,14,28); }
H1.HeaderClassName
{
color: #050E1C;
}
.AnyTagClassName
{
color: #050E1C;
}
</style>
background-color css
<style>
a { background-color: #050E1C; }
a { background-color: rgb(5,14,28); }
div.DivClassName
{
background-color: #050E1C;
}
.BgClassName
{
background-color: #050E1C;
}
</style>
border-color css
<style>
span { border-color: #050E1C; }
span { border-color: rgb(5,14,28); }
td.TdClassName
{
border-color: #050E1C;
}
.TagClassName
{
border-color: #050E1C;
}
</style>