Shades of Black Pearl #051011
Tints of Black Pearl #051011
RGB
CMYK
RGB Variations
Color information
#051011 (or 0x051011) is known color: Black Pearl. HEX triplet: 05, 10 and 11. RGB value is (5,16,17). Sum of RGB (Red+Green+Blue) = 5+16+17=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #051011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051011 is #FAEFEE. Grayscale: #0C0C0C. Windows color (decimal): -16445423 or 1118213. OLE color: 1118213.
HSL color Cylindrical-coordinate representation of color #051011: hue angle of 185º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #051011 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 16 | 17 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.93 |
| HSL | 185º | 0.55% | 0.04% | - |
| HSV(B) | 185º | 0.71% | 0.07% | - |
| XYZ | 0.35 | 0.44 | 0.6 | - |
| YUV | 12.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 17 | 0.71 | 0.06 | 0 | 0.93 | 185 | 0.55 | 0.04 |
| Hex | 5 | 10 | 11 | 47 | 6 | 0 | 5D | B9 | 37 | 4 |
| Octal | 5 | 20 | 21 | 107 | 6 | 0 | 135 | 271 | 67 | 4 |
| Binary | 101 | 10000 | 10001 | 1000111 | 110 | 0 | 1011101 | 10111001 | 110111 | 100 |
Color Harmonies of #051011
Complementary color
Monochromatic Colors of #051011
Black with #051011
Text Example
Text Example
White with #051011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051011; }
p { color: rgb(5,16,17); }
H1.HeaderClassName
{
color: #051011;
}
.AnyTagClassName
{
color: #051011;
}
</style>
background-color css
<style>
a { background-color: #051011; }
a { background-color: rgb(5,16,17); }
div.DivClassName
{
background-color: #051011;
}
.BgClassName
{
background-color: #051011;
}
</style>
border-color css
<style>
span { border-color: #051011; }
span { border-color: rgb(5,16,17); }
td.TdClassName
{
border-color: #051011;
}
.TagClassName
{
border-color: #051011;
}
</style>