Shades of Black Pearl #05121B
Tints of Black Pearl #05121B
RGB
CMYK
RGB Variations
Color information
#05121B (or 0x05121B) is known color: Black Pearl. HEX triplet: 05, 12 and 1B. RGB value is (5,18,27). Sum of RGB (Red+Green+Blue) = 5+18+27=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #05121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121B is #FAEDE4. Grayscale: #0F0F0F. Windows color (decimal): -16444901 or 1774085. OLE color: 1774085.
HSL color Cylindrical-coordinate representation of color #05121B: hue angle of 204.55º 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 #05121B is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 18 | 27 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.89 |
| HSL | 204.55º | 0.69% | 0.06% | - |
| HSV(B) | 204.55º | 0.81% | 0.11% | - |
| XYZ | 0.48 | 0.54 | 1.12 | - |
| YUV | 15.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 27 | 0.81 | 0.33 | 0 | 0.89 | 204.55 | 0.69 | 0.06 |
| Hex | 5 | 12 | 1B | 51 | 21 | 0 | 59 | CD | 45 | 6 |
| Octal | 5 | 22 | 33 | 121 | 41 | 0 | 131 | 315 | 105 | 6 |
| Binary | 101 | 10010 | 11011 | 1010001 | 100001 | 0 | 1011001 | 11001101 | 1000101 | 110 |
Color Harmonies of #05121B
Complementary color
Monochromatic Colors of #05121B
Black with #05121B
Text Example
Text Example
White with #05121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05121B; }
p { color: rgb(5,18,27); }
H1.HeaderClassName
{
color: #05121B;
}
.AnyTagClassName
{
color: #05121B;
}
</style>
background-color css
<style>
a { background-color: #05121B; }
a { background-color: rgb(5,18,27); }
div.DivClassName
{
background-color: #05121B;
}
.BgClassName
{
background-color: #05121B;
}
</style>
border-color css
<style>
span { border-color: #05121B; }
span { border-color: rgb(5,18,27); }
td.TdClassName
{
border-color: #05121B;
}
.TagClassName
{
border-color: #05121B;
}
</style>