Shades of Black Pearl #05111C
Tints of Black Pearl #05111C
RGB
CMYK
RGB Variations
Color information
#05111C (or 0x05111C) is known color: Black Pearl. HEX triplet: 05, 11 and 1C. RGB value is (5,17,28). Sum of RGB (Red+Green+Blue) = 5+17+28=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #05111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05111C is #FAEEE3. Grayscale: #0E0E0E. Windows color (decimal): -16445156 or 1839365. OLE color: 1839365.
HSL color Cylindrical-coordinate representation of color #05111C: hue angle of 208.7º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05111C is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 17 | 28 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.89 |
| HSL | 208.7º | 0.7% | 0.06% | - |
| HSV(B) | 208.7º | 0.82% | 0.11% | - |
| XYZ | 0.47 | 0.52 | 1.17 | - |
| YUV | 14.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 28 | 0.82 | 0.39 | 0 | 0.89 | 208.7 | 0.7 | 0.06 |
| Hex | 5 | 11 | 1C | 52 | 27 | 0 | 59 | D1 | 46 | 6 |
| Octal | 5 | 21 | 34 | 122 | 47 | 0 | 131 | 321 | 106 | 6 |
| Binary | 101 | 10001 | 11100 | 1010010 | 100111 | 0 | 1011001 | 11010001 | 1000110 | 110 |
Color Harmonies of #05111C
Complementary color
Monochromatic Colors of #05111C
Black with #05111C
Text Example
Text Example
White with #05111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05111C; }
p { color: rgb(5,17,28); }
H1.HeaderClassName
{
color: #05111C;
}
.AnyTagClassName
{
color: #05111C;
}
</style>
background-color css
<style>
a { background-color: #05111C; }
a { background-color: rgb(5,17,28); }
div.DivClassName
{
background-color: #05111C;
}
.BgClassName
{
background-color: #05111C;
}
</style>
border-color css
<style>
span { border-color: #05111C; }
span { border-color: rgb(5,17,28); }
td.TdClassName
{
border-color: #05111C;
}
.TagClassName
{
border-color: #05111C;
}
</style>