Shades of Black Pearl #052937
Tints of Black Pearl #052937
RGB
CMYK
RGB Variations
Color information
#052937 (or 0x052937) is known color: Black Pearl. HEX triplet: 05, 29 and 37. RGB value is (5,41,55). Sum of RGB (Red+Green+Blue) = 5+41+55=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #052937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052937 is #FAD6C8. Grayscale: #1F1F1F. Windows color (decimal): -16438985 or 3614981. OLE color: 3614981.
HSL color Cylindrical-coordinate representation of color #052937: hue angle of 196.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052937 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 41 | 55 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.78 |
| HSL | 196.8º | 0.83% | 0.12% | - |
| HSV(B) | 196.8º | 0.91% | 0.22% | - |
| XYZ | 1.55 | 1.89 | 3.9 | - |
| YUV | 31.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 55 | 0.91 | 0.25 | 0 | 0.78 | 196.8 | 0.83 | 0.12 |
| Hex | 5 | 29 | 37 | 5B | 19 | 0 | 4E | C5 | 53 | C |
| Octal | 5 | 51 | 67 | 133 | 31 | 0 | 116 | 305 | 123 | 14 |
| Binary | 101 | 101001 | 110111 | 1011011 | 11001 | 0 | 1001110 | 11000101 | 1010011 | 1100 |
Color Harmonies of #052937
Complementary color
Monochromatic Colors of #052937
Black with #052937
Text Example
Text Example
White with #052937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052937; }
p { color: rgb(5,41,55); }
H1.HeaderClassName
{
color: #052937;
}
.AnyTagClassName
{
color: #052937;
}
</style>
background-color css
<style>
a { background-color: #052937; }
a { background-color: rgb(5,41,55); }
div.DivClassName
{
background-color: #052937;
}
.BgClassName
{
background-color: #052937;
}
</style>
border-color css
<style>
span { border-color: #052937; }
span { border-color: rgb(5,41,55); }
td.TdClassName
{
border-color: #052937;
}
.TagClassName
{
border-color: #052937;
}
</style>