Shades of Black Pearl #052227
Tints of Black Pearl #052227
RGB
CMYK
RGB Variations
Color information
#052227 (or 0x052227) is known color: Black Pearl. HEX triplet: 05, 22 and 27. RGB value is (5,34,39). Sum of RGB (Red+Green+Blue) = 5+34+39=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #052227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052227 is #FADDD8. Grayscale: #191919. Windows color (decimal): -16440793 or 2564613. OLE color: 2564613.
HSL color Cylindrical-coordinate representation of color #052227: hue angle of 188.82º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052227 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 34 | 39 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.85 |
| HSL | 188.82º | 0.77% | 0.09% | - |
| HSV(B) | 188.82º | 0.87% | 0.15% | - |
| XYZ | 1 | 1.32 | 2.12 | - |
| YUV | 25.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 39 | 0.87 | 0.13 | 0 | 0.85 | 188.82 | 0.77 | 0.09 |
| Hex | 5 | 22 | 27 | 57 | D | 0 | 55 | BD | 4D | 9 |
| Octal | 5 | 42 | 47 | 127 | 15 | 0 | 125 | 275 | 115 | 11 |
| Binary | 101 | 100010 | 100111 | 1010111 | 1101 | 0 | 1010101 | 10111101 | 1001101 | 1001 |
Color Harmonies of #052227
Complementary color
Monochromatic Colors of #052227
Black with #052227
Text Example
Text Example
White with #052227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052227; }
p { color: rgb(5,34,39); }
H1.HeaderClassName
{
color: #052227;
}
.AnyTagClassName
{
color: #052227;
}
</style>
background-color css
<style>
a { background-color: #052227; }
a { background-color: rgb(5,34,39); }
div.DivClassName
{
background-color: #052227;
}
.BgClassName
{
background-color: #052227;
}
</style>
border-color css
<style>
span { border-color: #052227; }
span { border-color: rgb(5,34,39); }
td.TdClassName
{
border-color: #052227;
}
.TagClassName
{
border-color: #052227;
}
</style>