Shades of Black Pearl #052933
Tints of Black Pearl #052933
RGB
CMYK
RGB Variations
Color information
#052933 (or 0x052933) is known color: Black Pearl. HEX triplet: 05, 29 and 33. RGB value is (5,41,51). Sum of RGB (Red+Green+Blue) = 5+41+51=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #052933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052933 is #FAD6CC. Grayscale: #1F1F1F. Windows color (decimal): -16438989 or 3352837. OLE color: 3352837.
HSL color Cylindrical-coordinate representation of color #052933: hue angle of 193.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052933 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 41 | 51 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.8 |
| HSL | 193.04º | 0.82% | 0.11% | - |
| HSV(B) | 193.04º | 0.9% | 0.2% | - |
| XYZ | 1.45 | 1.86 | 3.41 | - |
| YUV | 31.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 51 | 0.90 | 0.20 | 0 | 0.8 | 193.04 | 0.82 | 0.11 |
| Hex | 5 | 29 | 33 | 5A | 14 | 0 | 50 | C1 | 52 | B |
| Octal | 5 | 51 | 63 | 132 | 24 | 0 | 120 | 301 | 122 | 13 |
| Binary | 101 | 101001 | 110011 | 1011010 | 10100 | 0 | 1010000 | 11000001 | 1010010 | 1011 |
Color Harmonies of #052933
Complementary color
Monochromatic Colors of #052933
Black with #052933
Text Example
Text Example
White with #052933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052933; }
p { color: rgb(5,41,51); }
H1.HeaderClassName
{
color: #052933;
}
.AnyTagClassName
{
color: #052933;
}
</style>
background-color css
<style>
a { background-color: #052933; }
a { background-color: rgb(5,41,51); }
div.DivClassName
{
background-color: #052933;
}
.BgClassName
{
background-color: #052933;
}
</style>
border-color css
<style>
span { border-color: #052933; }
span { border-color: rgb(5,41,51); }
td.TdClassName
{
border-color: #052933;
}
.TagClassName
{
border-color: #052933;
}
</style>