Shades of Black Pearl #051213
Tints of Black Pearl #051213
RGB
CMYK
RGB Variations
Color information
#051213 (or 0x051213) is known color: Black Pearl. HEX triplet: 05, 12 and 13. RGB value is (5,18,19). Sum of RGB (Red+Green+Blue) = 5+18+19=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #051213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051213 is #FAEDEC. Grayscale: #0E0E0E. Windows color (decimal): -16444909 or 1249797. OLE color: 1249797.
HSL color Cylindrical-coordinate representation of color #051213: hue angle of 184.29º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #051213 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 18 | 19 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.93 |
| HSL | 184.29º | 0.58% | 0.05% | - |
| HSV(B) | 184.29º | 0.74% | 0.07% | - |
| XYZ | 0.4 | 0.51 | 0.69 | - |
| YUV | 14.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 19 | 0.74 | 0.05 | 0 | 0.93 | 184.29 | 0.58 | 0.05 |
| Hex | 5 | 12 | 13 | 4A | 5 | 0 | 5D | B8 | 3A | 5 |
| Octal | 5 | 22 | 23 | 112 | 5 | 0 | 135 | 270 | 72 | 5 |
| Binary | 101 | 10010 | 10011 | 1001010 | 101 | 0 | 1011101 | 10111000 | 111010 | 101 |
Color Harmonies of #051213
Complementary color
Monochromatic Colors of #051213
Black with #051213
Text Example
Text Example
White with #051213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051213; }
p { color: rgb(5,18,19); }
H1.HeaderClassName
{
color: #051213;
}
.AnyTagClassName
{
color: #051213;
}
</style>
background-color css
<style>
a { background-color: #051213; }
a { background-color: rgb(5,18,19); }
div.DivClassName
{
background-color: #051213;
}
.BgClassName
{
background-color: #051213;
}
</style>
border-color css
<style>
span { border-color: #051213; }
span { border-color: rgb(5,18,19); }
td.TdClassName
{
border-color: #051213;
}
.TagClassName
{
border-color: #051213;
}
</style>