Shades of Black Pearl #051229
Tints of Black Pearl #051229
RGB
CMYK
RGB Variations
Color information
#051229 (or 0x051229) is known color: Black Pearl. HEX triplet: 05, 12 and 29. RGB value is (5,18,41). Sum of RGB (Red+Green+Blue) = 5+18+41=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #051229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051229 is #FAEDD6. Grayscale: #101010. Windows color (decimal): -16444887 or 2691589. OLE color: 2691589.
HSL color Cylindrical-coordinate representation of color #051229: hue angle of 218.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051229 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 18 | 41 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.84 |
| HSL | 218.33º | 0.78% | 0.09% | - |
| HSV(B) | 218.33º | 0.88% | 0.16% | - |
| XYZ | 0.68 | 0.62 | 2.18 | - |
| YUV | 16.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 41 | 0.88 | 0.56 | 0 | 0.84 | 218.33 | 0.78 | 0.09 |
| Hex | 5 | 12 | 29 | 58 | 38 | 0 | 54 | DA | 4E | 9 |
| Octal | 5 | 22 | 51 | 130 | 70 | 0 | 124 | 332 | 116 | 11 |
| Binary | 101 | 10010 | 101001 | 1011000 | 111000 | 0 | 1010100 | 11011010 | 1001110 | 1001 |
Color Harmonies of #051229
Complementary color
Monochromatic Colors of #051229
Black with #051229
Text Example
Text Example
White with #051229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051229; }
p { color: rgb(5,18,41); }
H1.HeaderClassName
{
color: #051229;
}
.AnyTagClassName
{
color: #051229;
}
</style>
background-color css
<style>
a { background-color: #051229; }
a { background-color: rgb(5,18,41); }
div.DivClassName
{
background-color: #051229;
}
.BgClassName
{
background-color: #051229;
}
</style>
border-color css
<style>
span { border-color: #051229; }
span { border-color: rgb(5,18,41); }
td.TdClassName
{
border-color: #051229;
}
.TagClassName
{
border-color: #051229;
}
</style>