Shades of Black Pearl #050A12
Tints of Black Pearl #050A12
RGB
CMYK
RGB Variations
Color information
#050A12 (or 0x050A12) is known color: Black Pearl. HEX triplet: 05, 0A and 12. RGB value is (5,10,18). Sum of RGB (Red+Green+Blue) = 5+10+18=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #050A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A12 is #FAF5ED. Grayscale: #090909. Windows color (decimal): -16446958 or 1182213. OLE color: 1182213.
HSL color Cylindrical-coordinate representation of color #050A12: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #050A12 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 10 | 18 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.93 |
| HSL | 216.92º | 0.57% | 0.05% | - |
| HSV(B) | 216.92º | 0.72% | 0.07% | - |
| XYZ | 0.28 | 0.29 | 0.61 | - |
| YUV | 9.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 18 | 0.72 | 0.44 | 0 | 0.93 | 216.92 | 0.57 | 0.05 |
| Hex | 5 | A | 12 | 48 | 2C | 0 | 5D | D9 | 39 | 5 |
| Octal | 5 | 12 | 22 | 110 | 54 | 0 | 135 | 331 | 71 | 5 |
| Binary | 101 | 1010 | 10010 | 1001000 | 101100 | 0 | 1011101 | 11011001 | 111001 | 101 |
Color Harmonies of #050A12
Complementary color
Monochromatic Colors of #050A12
Black with #050A12
Text Example
Text Example
White with #050A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A12; }
p { color: rgb(5,10,18); }
H1.HeaderClassName
{
color: #050A12;
}
.AnyTagClassName
{
color: #050A12;
}
</style>
background-color css
<style>
a { background-color: #050A12; }
a { background-color: rgb(5,10,18); }
div.DivClassName
{
background-color: #050A12;
}
.BgClassName
{
background-color: #050A12;
}
</style>
border-color css
<style>
span { border-color: #050A12; }
span { border-color: rgb(5,10,18); }
td.TdClassName
{
border-color: #050A12;
}
.TagClassName
{
border-color: #050A12;
}
</style>