Shades of Black Pearl #052229
Tints of Black Pearl #052229
RGB
CMYK
RGB Variations
Color information
#052229 (or 0x052229) is known color: Black Pearl. HEX triplet: 05, 22 and 29. RGB value is (5,34,41). Sum of RGB (Red+Green+Blue) = 5+34+41=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #052229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052229 is #FADDD6. Grayscale: #1A1A1A. Windows color (decimal): -16440791 or 2695685. OLE color: 2695685.
HSL color Cylindrical-coordinate representation of color #052229: hue angle of 191.67º 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 #052229 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 34 | 41 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.84 |
| HSL | 191.67º | 0.78% | 0.09% | - |
| HSV(B) | 191.67º | 0.88% | 0.16% | - |
| XYZ | 1.03 | 1.34 | 2.3 | - |
| YUV | 26.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 41 | 0.88 | 0.17 | 0 | 0.84 | 191.67 | 0.78 | 0.09 |
| Hex | 5 | 22 | 29 | 58 | 11 | 0 | 54 | C0 | 4E | 9 |
| Octal | 5 | 42 | 51 | 130 | 21 | 0 | 124 | 300 | 116 | 11 |
| Binary | 101 | 100010 | 101001 | 1011000 | 10001 | 0 | 1010100 | 11000000 | 1001110 | 1001 |
Color Harmonies of #052229
Complementary color
Monochromatic Colors of #052229
Black with #052229
Text Example
Text Example
White with #052229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052229; }
p { color: rgb(5,34,41); }
H1.HeaderClassName
{
color: #052229;
}
.AnyTagClassName
{
color: #052229;
}
</style>
background-color css
<style>
a { background-color: #052229; }
a { background-color: rgb(5,34,41); }
div.DivClassName
{
background-color: #052229;
}
.BgClassName
{
background-color: #052229;
}
</style>
border-color css
<style>
span { border-color: #052229; }
span { border-color: rgb(5,34,41); }
td.TdClassName
{
border-color: #052229;
}
.TagClassName
{
border-color: #052229;
}
</style>