Shades of Black Pearl #05111B
Tints of Black Pearl #05111B
RGB
CMYK
RGB Variations
Color information
#05111B (or 0x05111B) is known color: Black Pearl. HEX triplet: 05, 11 and 1B. RGB value is (5,17,27). Sum of RGB (Red+Green+Blue) = 5+17+27=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #05111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05111B is #FAEEE4. Grayscale: #0E0E0E. Windows color (decimal): -16445157 or 1773829. OLE color: 1773829.
HSL color Cylindrical-coordinate representation of color #05111B: hue angle of 207.27º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05111B is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 17 | 27 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.89 |
| HSL | 207.27º | 0.69% | 0.06% | - |
| HSV(B) | 207.27º | 0.81% | 0.11% | - |
| XYZ | 0.46 | 0.51 | 1.11 | - |
| YUV | 14.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 27 | 0.81 | 0.37 | 0 | 0.89 | 207.27 | 0.69 | 0.06 |
| Hex | 5 | 11 | 1B | 51 | 25 | 0 | 59 | CF | 45 | 6 |
| Octal | 5 | 21 | 33 | 121 | 45 | 0 | 131 | 317 | 105 | 6 |
| Binary | 101 | 10001 | 11011 | 1010001 | 100101 | 0 | 1011001 | 11001111 | 1000101 | 110 |
Color Harmonies of #05111B
Complementary color
Monochromatic Colors of #05111B
Black with #05111B
Text Example
Text Example
White with #05111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05111B; }
p { color: rgb(5,17,27); }
H1.HeaderClassName
{
color: #05111B;
}
.AnyTagClassName
{
color: #05111B;
}
</style>
background-color css
<style>
a { background-color: #05111B; }
a { background-color: rgb(5,17,27); }
div.DivClassName
{
background-color: #05111B;
}
.BgClassName
{
background-color: #05111B;
}
</style>
border-color css
<style>
span { border-color: #05111B; }
span { border-color: rgb(5,17,27); }
td.TdClassName
{
border-color: #05111B;
}
.TagClassName
{
border-color: #05111B;
}
</style>