Shades of Black Pearl #052B38
Tints of Black Pearl #052B38
RGB
CMYK
RGB Variations
Color information
#052B38 (or 0x052B38) is known color: Black Pearl. HEX triplet: 05, 2B and 38. RGB value is (5,43,56). Sum of RGB (Red+Green+Blue) = 5+43+56=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #052B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B38 is #FAD4C7. Grayscale: #212121. Windows color (decimal): -16438472 or 3681029. OLE color: 3681029.
HSL color Cylindrical-coordinate representation of color #052B38: hue angle of 195.29º 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 #052B38 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 43 | 56 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.78 |
| HSL | 195.29º | 0.84% | 0.12% | - |
| HSV(B) | 195.29º | 0.91% | 0.22% | - |
| XYZ | 1.64 | 2.05 | 4.05 | - |
| YUV | 33.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 56 | 0.91 | 0.23 | 0 | 0.78 | 195.29 | 0.84 | 0.12 |
| Hex | 5 | 2B | 38 | 5B | 17 | 0 | 4E | C3 | 54 | C |
| Octal | 5 | 53 | 70 | 133 | 27 | 0 | 116 | 303 | 124 | 14 |
| Binary | 101 | 101011 | 111000 | 1011011 | 10111 | 0 | 1001110 | 11000011 | 1010100 | 1100 |
Color Harmonies of #052B38
Complementary color
Monochromatic Colors of #052B38
Black with #052B38
Text Example
Text Example
White with #052B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B38; }
p { color: rgb(5,43,56); }
H1.HeaderClassName
{
color: #052B38;
}
.AnyTagClassName
{
color: #052B38;
}
</style>
background-color css
<style>
a { background-color: #052B38; }
a { background-color: rgb(5,43,56); }
div.DivClassName
{
background-color: #052B38;
}
.BgClassName
{
background-color: #052B38;
}
</style>
border-color css
<style>
span { border-color: #052B38; }
span { border-color: rgb(5,43,56); }
td.TdClassName
{
border-color: #052B38;
}
.TagClassName
{
border-color: #052B38;
}
</style>