Shades of Black Pearl #052127
Tints of Black Pearl #052127
RGB
CMYK
RGB Variations
Color information
#052127 (or 0x052127) is known color: Black Pearl. HEX triplet: 05, 21 and 27. RGB value is (5,33,39). Sum of RGB (Red+Green+Blue) = 5+33+39=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #052127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052127 is #FADED8. Grayscale: #191919. Windows color (decimal): -16441049 or 2564357. OLE color: 2564357.
HSL color Cylindrical-coordinate representation of color #052127: hue angle of 190.59º 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 #052127 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 33 | 39 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.85 |
| HSL | 190.59º | 0.77% | 0.09% | - |
| HSV(B) | 190.59º | 0.87% | 0.15% | - |
| XYZ | 0.97 | 1.27 | 2.11 | - |
| YUV | 25.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 39 | 0.87 | 0.15 | 0 | 0.85 | 190.59 | 0.77 | 0.09 |
| Hex | 5 | 21 | 27 | 57 | F | 0 | 55 | BF | 4D | 9 |
| Octal | 5 | 41 | 47 | 127 | 17 | 0 | 125 | 277 | 115 | 11 |
| Binary | 101 | 100001 | 100111 | 1010111 | 1111 | 0 | 1010101 | 10111111 | 1001101 | 1001 |
Color Harmonies of #052127
Complementary color
Monochromatic Colors of #052127
Black with #052127
Text Example
Text Example
White with #052127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052127; }
p { color: rgb(5,33,39); }
H1.HeaderClassName
{
color: #052127;
}
.AnyTagClassName
{
color: #052127;
}
</style>
background-color css
<style>
a { background-color: #052127; }
a { background-color: rgb(5,33,39); }
div.DivClassName
{
background-color: #052127;
}
.BgClassName
{
background-color: #052127;
}
</style>
border-color css
<style>
span { border-color: #052127; }
span { border-color: rgb(5,33,39); }
td.TdClassName
{
border-color: #052127;
}
.TagClassName
{
border-color: #052127;
}
</style>