Shades of Black Pearl #052737
Tints of Black Pearl #052737
RGB
CMYK
RGB Variations
Color information
#052737 (or 0x052737) is known color: Black Pearl. HEX triplet: 05, 27 and 37. RGB value is (5,39,55). Sum of RGB (Red+Green+Blue) = 5+39+55=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #052737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052737 is #FAD8C8. Grayscale: #1E1E1E. Windows color (decimal): -16439497 or 3614469. OLE color: 3614469.
HSL color Cylindrical-coordinate representation of color #052737: hue angle of 199.2º 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 #052737 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 39 | 55 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.78 |
| HSL | 199.2º | 0.83% | 0.12% | - |
| HSV(B) | 199.2º | 0.91% | 0.22% | - |
| XYZ | 1.48 | 1.76 | 3.88 | - |
| YUV | 30.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 55 | 0.91 | 0.29 | 0 | 0.78 | 199.2 | 0.83 | 0.12 |
| Hex | 5 | 27 | 37 | 5B | 1D | 0 | 4E | C7 | 53 | C |
| Octal | 5 | 47 | 67 | 133 | 35 | 0 | 116 | 307 | 123 | 14 |
| Binary | 101 | 100111 | 110111 | 1011011 | 11101 | 0 | 1001110 | 11000111 | 1010011 | 1100 |
Color Harmonies of #052737
Complementary color
Monochromatic Colors of #052737
Black with #052737
Text Example
Text Example
White with #052737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052737; }
p { color: rgb(5,39,55); }
H1.HeaderClassName
{
color: #052737;
}
.AnyTagClassName
{
color: #052737;
}
</style>
background-color css
<style>
a { background-color: #052737; }
a { background-color: rgb(5,39,55); }
div.DivClassName
{
background-color: #052737;
}
.BgClassName
{
background-color: #052737;
}
</style>
border-color css
<style>
span { border-color: #052737; }
span { border-color: rgb(5,39,55); }
td.TdClassName
{
border-color: #052737;
}
.TagClassName
{
border-color: #052737;
}
</style>