Shades of Black Pearl #052224
Tints of Black Pearl #052224
RGB
CMYK
RGB Variations
Color information
#052224 (or 0x052224) is known color: Black Pearl. HEX triplet: 05, 22 and 24. RGB value is (5,34,36). Sum of RGB (Red+Green+Blue) = 5+34+36=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #052224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052224 is #FADDDB. Grayscale: #191919. Windows color (decimal): -16440796 or 2368005. OLE color: 2368005.
HSL color Cylindrical-coordinate representation of color #052224: hue angle of 183.87º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052224 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 34 | 36 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.86 |
| HSL | 183.87º | 0.76% | 0.08% | - |
| HSV(B) | 183.87º | 0.86% | 0.14% | - |
| XYZ | 0.95 | 1.3 | 1.87 | - |
| YUV | 25.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 36 | 0.86 | 0.06 | 0 | 0.86 | 183.87 | 0.76 | 0.08 |
| Hex | 5 | 22 | 24 | 56 | 6 | 0 | 56 | B8 | 4C | 8 |
| Octal | 5 | 42 | 44 | 126 | 6 | 0 | 126 | 270 | 114 | 10 |
| Binary | 101 | 100010 | 100100 | 1010110 | 110 | 0 | 1010110 | 10111000 | 1001100 | 1000 |
Color Harmonies of #052224
Complementary color
Monochromatic Colors of #052224
Black with #052224
Text Example
Text Example
White with #052224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052224; }
p { color: rgb(5,34,36); }
H1.HeaderClassName
{
color: #052224;
}
.AnyTagClassName
{
color: #052224;
}
</style>
background-color css
<style>
a { background-color: #052224; }
a { background-color: rgb(5,34,36); }
div.DivClassName
{
background-color: #052224;
}
.BgClassName
{
background-color: #052224;
}
</style>
border-color css
<style>
span { border-color: #052224; }
span { border-color: rgb(5,34,36); }
td.TdClassName
{
border-color: #052224;
}
.TagClassName
{
border-color: #052224;
}
</style>