Shades of Black Pearl #05121E
Tints of Black Pearl #05121E
RGB
CMYK
RGB Variations
Color information
#05121E (or 0x05121E) is known color: Black Pearl. HEX triplet: 05, 12 and 1E. RGB value is (5,18,30). Sum of RGB (Red+Green+Blue) = 5+18+30=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #05121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121E is #FAEDE1. Grayscale: #0F0F0F. Windows color (decimal): -16444898 or 1970693. OLE color: 1970693.
HSL color Cylindrical-coordinate representation of color #05121E: hue angle of 208.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05121E is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 18 | 30 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.88 |
| HSL | 208.8º | 0.71% | 0.07% | - |
| HSV(B) | 208.8º | 0.83% | 0.12% | - |
| XYZ | 0.51 | 0.56 | 1.31 | - |
| YUV | 15.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 30 | 0.83 | 0.40 | 0 | 0.88 | 208.8 | 0.71 | 0.07 |
| Hex | 5 | 12 | 1E | 53 | 28 | 0 | 58 | D1 | 47 | 7 |
| Octal | 5 | 22 | 36 | 123 | 50 | 0 | 130 | 321 | 107 | 7 |
| Binary | 101 | 10010 | 11110 | 1010011 | 101000 | 0 | 1011000 | 11010001 | 1000111 | 111 |
Color Harmonies of #05121E
Complementary color
Monochromatic Colors of #05121E
Black with #05121E
Text Example
Text Example
White with #05121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05121E; }
p { color: rgb(5,18,30); }
H1.HeaderClassName
{
color: #05121E;
}
.AnyTagClassName
{
color: #05121E;
}
</style>
background-color css
<style>
a { background-color: #05121E; }
a { background-color: rgb(5,18,30); }
div.DivClassName
{
background-color: #05121E;
}
.BgClassName
{
background-color: #05121E;
}
</style>
border-color css
<style>
span { border-color: #05121E; }
span { border-color: rgb(5,18,30); }
td.TdClassName
{
border-color: #05121E;
}
.TagClassName
{
border-color: #05121E;
}
</style>