Shades of Black Pearl #051112
Tints of Black Pearl #051112
RGB
CMYK
RGB Variations
Color information
#051112 (or 0x051112) is known color: Black Pearl. HEX triplet: 05, 11 and 12. RGB value is (5,17,18). Sum of RGB (Red+Green+Blue) = 5+17+18=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #051112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051112 is #FAEEED. Grayscale: #0D0D0D. Windows color (decimal): -16445166 or 1184005. OLE color: 1184005.
HSL color Cylindrical-coordinate representation of color #051112: hue angle of 184.62º 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 #051112 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 17 | 18 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.93 |
| HSL | 184.62º | 0.57% | 0.05% | - |
| HSV(B) | 184.62º | 0.72% | 0.07% | - |
| XYZ | 0.37 | 0.48 | 0.64 | - |
| YUV | 13.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 18 | 0.72 | 0.06 | 0 | 0.93 | 184.62 | 0.57 | 0.05 |
| Hex | 5 | 11 | 12 | 48 | 6 | 0 | 5D | B9 | 39 | 5 |
| Octal | 5 | 21 | 22 | 110 | 6 | 0 | 135 | 271 | 71 | 5 |
| Binary | 101 | 10001 | 10010 | 1001000 | 110 | 0 | 1011101 | 10111001 | 111001 | 101 |
Color Harmonies of #051112
Complementary color
Monochromatic Colors of #051112
Black with #051112
Text Example
Text Example
White with #051112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051112; }
p { color: rgb(5,17,18); }
H1.HeaderClassName
{
color: #051112;
}
.AnyTagClassName
{
color: #051112;
}
</style>
background-color css
<style>
a { background-color: #051112; }
a { background-color: rgb(5,17,18); }
div.DivClassName
{
background-color: #051112;
}
.BgClassName
{
background-color: #051112;
}
</style>
border-color css
<style>
span { border-color: #051112; }
span { border-color: rgb(5,17,18); }
td.TdClassName
{
border-color: #051112;
}
.TagClassName
{
border-color: #051112;
}
</style>