Shades of Black Pearl #052938
Tints of Black Pearl #052938
RGB
CMYK
RGB Variations
Color information
#052938 (or 0x052938) is known color: Black Pearl. HEX triplet: 05, 29 and 38. RGB value is (5,41,56). Sum of RGB (Red+Green+Blue) = 5+41+56=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #052938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052938 is #FAD6C7. Grayscale: #1F1F1F. Windows color (decimal): -16438984 or 3680517. OLE color: 3680517.
HSL color Cylindrical-coordinate representation of color #052938: hue angle of 197.65º degrees, saturation: 0.84, 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 #052938 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 41 | 56 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.78 |
| HSL | 197.65º | 0.84% | 0.12% | - |
| HSV(B) | 197.65º | 0.91% | 0.22% | - |
| XYZ | 1.57 | 1.9 | 4.03 | - |
| YUV | 31.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 56 | 0.91 | 0.27 | 0 | 0.78 | 197.65 | 0.84 | 0.12 |
| Hex | 5 | 29 | 38 | 5B | 1B | 0 | 4E | C6 | 54 | C |
| Octal | 5 | 51 | 70 | 133 | 33 | 0 | 116 | 306 | 124 | 14 |
| Binary | 101 | 101001 | 111000 | 1011011 | 11011 | 0 | 1001110 | 11000110 | 1010100 | 1100 |
Color Harmonies of #052938
Complementary color
Monochromatic Colors of #052938
Black with #052938
Text Example
Text Example
White with #052938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052938; }
p { color: rgb(5,41,56); }
H1.HeaderClassName
{
color: #052938;
}
.AnyTagClassName
{
color: #052938;
}
</style>
background-color css
<style>
a { background-color: #052938; }
a { background-color: rgb(5,41,56); }
div.DivClassName
{
background-color: #052938;
}
.BgClassName
{
background-color: #052938;
}
</style>
border-color css
<style>
span { border-color: #052938; }
span { border-color: rgb(5,41,56); }
td.TdClassName
{
border-color: #052938;
}
.TagClassName
{
border-color: #052938;
}
</style>