Shades of Black Pearl #051214
Tints of Black Pearl #051214
RGB
CMYK
RGB Variations
Color information
#051214 (or 0x051214) is known color: Black Pearl. HEX triplet: 05, 12 and 14. RGB value is (5,18,20). Sum of RGB (Red+Green+Blue) = 5+18+20=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #051214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051214 is #FAEDEB. Grayscale: #0E0E0E. Windows color (decimal): -16444908 or 1315333. OLE color: 1315333.
HSL color Cylindrical-coordinate representation of color #051214: hue angle of 188º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051214 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 18 | 20 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.92 |
| HSL | 188º | 0.6% | 0.05% | - |
| HSV(B) | 188º | 0.75% | 0.08% | - |
| XYZ | 0.41 | 0.52 | 0.74 | - |
| YUV | 14.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 20 | 0.75 | 0.10 | 0 | 0.92 | 188 | 0.6 | 0.05 |
| Hex | 5 | 12 | 14 | 4B | A | 0 | 5C | BC | 3C | 5 |
| Octal | 5 | 22 | 24 | 113 | 12 | 0 | 134 | 274 | 74 | 5 |
| Binary | 101 | 10010 | 10100 | 1001011 | 1010 | 0 | 1011100 | 10111100 | 111100 | 101 |
Color Harmonies of #051214
Complementary color
Monochromatic Colors of #051214
Black with #051214
Text Example
Text Example
White with #051214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051214; }
p { color: rgb(5,18,20); }
H1.HeaderClassName
{
color: #051214;
}
.AnyTagClassName
{
color: #051214;
}
</style>
background-color css
<style>
a { background-color: #051214; }
a { background-color: rgb(5,18,20); }
div.DivClassName
{
background-color: #051214;
}
.BgClassName
{
background-color: #051214;
}
</style>
border-color css
<style>
span { border-color: #051214; }
span { border-color: rgb(5,18,20); }
td.TdClassName
{
border-color: #051214;
}
.TagClassName
{
border-color: #051214;
}
</style>