Shades of Black Pearl #05101B
Tints of Black Pearl #05101B
RGB
CMYK
RGB Variations
Color information
#05101B (or 0x05101B) is known color: Black Pearl. HEX triplet: 05, 10 and 1B. RGB value is (5,16,27). Sum of RGB (Red+Green+Blue) = 5+16+27=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #05101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05101B is #FAEFE4. Grayscale: #0D0D0D. Windows color (decimal): -16445413 or 1773573. OLE color: 1773573.
HSL color Cylindrical-coordinate representation of color #05101B: hue angle of 210º 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 #05101B is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 16 | 27 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.89 |
| HSL | 210º | 0.69% | 0.06% | - |
| HSV(B) | 210º | 0.81% | 0.11% | - |
| XYZ | 0.45 | 0.48 | 1.11 | - |
| YUV | 13.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 27 | 0.81 | 0.41 | 0 | 0.89 | 210 | 0.69 | 0.06 |
| Hex | 5 | 10 | 1B | 51 | 29 | 0 | 59 | D2 | 45 | 6 |
| Octal | 5 | 20 | 33 | 121 | 51 | 0 | 131 | 322 | 105 | 6 |
| Binary | 101 | 10000 | 11011 | 1010001 | 101001 | 0 | 1011001 | 11010010 | 1000101 | 110 |
Color Harmonies of #05101B
Complementary color
Monochromatic Colors of #05101B
Black with #05101B
Text Example
Text Example
White with #05101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05101B; }
p { color: rgb(5,16,27); }
H1.HeaderClassName
{
color: #05101B;
}
.AnyTagClassName
{
color: #05101B;
}
</style>
background-color css
<style>
a { background-color: #05101B; }
a { background-color: rgb(5,16,27); }
div.DivClassName
{
background-color: #05101B;
}
.BgClassName
{
background-color: #05101B;
}
</style>
border-color css
<style>
span { border-color: #05101B; }
span { border-color: rgb(5,16,27); }
td.TdClassName
{
border-color: #05101B;
}
.TagClassName
{
border-color: #05101B;
}
</style>