Shades of Black Pearl #05121D
Tints of Black Pearl #05121D
RGB
CMYK
RGB Variations
Color information
#05121D (or 0x05121D) is known color: Black Pearl. HEX triplet: 05, 12 and 1D. RGB value is (5,18,29). Sum of RGB (Red+Green+Blue) = 5+18+29=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #05121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121D is #FAEDE2. Grayscale: #0F0F0F. Windows color (decimal): -16444899 or 1905157. OLE color: 1905157.
HSL color Cylindrical-coordinate representation of color #05121D: hue angle of 207.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 #05121D is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 18 | 29 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.89 |
| HSL | 207.5º | 0.71% | 0.07% | - |
| HSV(B) | 207.5º | 0.83% | 0.11% | - |
| XYZ | 0.5 | 0.55 | 1.24 | - |
| YUV | 15.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 29 | 0.83 | 0.38 | 0 | 0.89 | 207.5 | 0.71 | 0.07 |
| Hex | 5 | 12 | 1D | 53 | 26 | 0 | 59 | D0 | 47 | 7 |
| Octal | 5 | 22 | 35 | 123 | 46 | 0 | 131 | 320 | 107 | 7 |
| Binary | 101 | 10010 | 11101 | 1010011 | 100110 | 0 | 1011001 | 11010000 | 1000111 | 111 |
Color Harmonies of #05121D
Complementary color
Monochromatic Colors of #05121D
Black with #05121D
Text Example
Text Example
White with #05121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05121D; }
p { color: rgb(5,18,29); }
H1.HeaderClassName
{
color: #05121D;
}
.AnyTagClassName
{
color: #05121D;
}
</style>
background-color css
<style>
a { background-color: #05121D; }
a { background-color: rgb(5,18,29); }
div.DivClassName
{
background-color: #05121D;
}
.BgClassName
{
background-color: #05121D;
}
</style>
border-color css
<style>
span { border-color: #05121D; }
span { border-color: rgb(5,18,29); }
td.TdClassName
{
border-color: #05121D;
}
.TagClassName
{
border-color: #05121D;
}
</style>