Shades of Black Pearl #05101D
Tints of Black Pearl #05101D
RGB
CMYK
RGB Variations
Color information
#05101D (or 0x05101D) is known color: Black Pearl. HEX triplet: 05, 10 and 1D. RGB value is (5,16,29). Sum of RGB (Red+Green+Blue) = 5+16+29=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #05101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05101D is #FAEFE2. Grayscale: #0E0E0E. Windows color (decimal): -16445411 or 1904645. OLE color: 1904645.
HSL color Cylindrical-coordinate representation of color #05101D: hue angle of 212.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05101D is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 16 | 29 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.89 |
| HSL | 212.5º | 0.71% | 0.07% | - |
| HSV(B) | 212.5º | 0.83% | 0.11% | - |
| XYZ | 0.47 | 0.49 | 1.23 | - |
| YUV | 14.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 29 | 0.83 | 0.45 | 0 | 0.89 | 212.5 | 0.71 | 0.07 |
| Hex | 5 | 10 | 1D | 53 | 2D | 0 | 59 | D4 | 47 | 7 |
| Octal | 5 | 20 | 35 | 123 | 55 | 0 | 131 | 324 | 107 | 7 |
| Binary | 101 | 10000 | 11101 | 1010011 | 101101 | 0 | 1011001 | 11010100 | 1000111 | 111 |
Color Harmonies of #05101D
Complementary color
Monochromatic Colors of #05101D
Black with #05101D
Text Example
Text Example
White with #05101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05101D; }
p { color: rgb(5,16,29); }
H1.HeaderClassName
{
color: #05101D;
}
.AnyTagClassName
{
color: #05101D;
}
</style>
background-color css
<style>
a { background-color: #05101D; }
a { background-color: rgb(5,16,29); }
div.DivClassName
{
background-color: #05101D;
}
.BgClassName
{
background-color: #05101D;
}
</style>
border-color css
<style>
span { border-color: #05101D; }
span { border-color: rgb(5,16,29); }
td.TdClassName
{
border-color: #05101D;
}
.TagClassName
{
border-color: #05101D;
}
</style>