Shades of Black Pearl #05111F
Tints of Black Pearl #05111F
RGB
CMYK
RGB Variations
Color information
#05111F (or 0x05111F) is known color: Black Pearl. HEX triplet: 05, 11 and 1F. RGB value is (5,17,31). Sum of RGB (Red+Green+Blue) = 5+17+31=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #05111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05111F is #FAEEE0. Grayscale: #0E0E0E. Windows color (decimal): -16445153 or 2035973. OLE color: 2035973.
HSL color Cylindrical-coordinate representation of color #05111F: hue angle of 212.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05111F is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 17 | 31 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.88 |
| HSL | 212.31º | 0.72% | 0.07% | - |
| HSV(B) | 212.31º | 0.84% | 0.12% | - |
| XYZ | 0.51 | 0.53 | 1.37 | - |
| YUV | 15.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 31 | 0.84 | 0.45 | 0 | 0.88 | 212.31 | 0.72 | 0.07 |
| Hex | 5 | 11 | 1F | 54 | 2D | 0 | 58 | D4 | 48 | 7 |
| Octal | 5 | 21 | 37 | 124 | 55 | 0 | 130 | 324 | 110 | 7 |
| Binary | 101 | 10001 | 11111 | 1010100 | 101101 | 0 | 1011000 | 11010100 | 1001000 | 111 |
Color Harmonies of #05111F
Complementary color
Monochromatic Colors of #05111F
Black with #05111F
Text Example
Text Example
White with #05111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05111F; }
p { color: rgb(5,17,31); }
H1.HeaderClassName
{
color: #05111F;
}
.AnyTagClassName
{
color: #05111F;
}
</style>
background-color css
<style>
a { background-color: #05111F; }
a { background-color: rgb(5,17,31); }
div.DivClassName
{
background-color: #05111F;
}
.BgClassName
{
background-color: #05111F;
}
</style>
border-color css
<style>
span { border-color: #05111F; }
span { border-color: rgb(5,17,31); }
td.TdClassName
{
border-color: #05111F;
}
.TagClassName
{
border-color: #05111F;
}
</style>