Shades of Black Pearl #052133
Tints of Black Pearl #052133
RGB
CMYK
RGB Variations
Color information
#052133 (or 0x052133) is known color: Black Pearl. HEX triplet: 05, 21 and 33. RGB value is (5,33,51). Sum of RGB (Red+Green+Blue) = 5+33+51=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #052133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052133 is #FADECC. Grayscale: #1A1A1A. Windows color (decimal): -16441037 or 3350789. OLE color: 3350789.
HSL color Cylindrical-coordinate representation of color #052133: hue angle of 203.48º 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 #052133 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 33 | 51 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.8 |
| HSL | 203.48º | 0.82% | 0.11% | - |
| HSV(B) | 203.48º | 0.9% | 0.2% | - |
| XYZ | 1.2 | 1.36 | 3.33 | - |
| YUV | 26.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 51 | 0.90 | 0.35 | 0 | 0.8 | 203.48 | 0.82 | 0.11 |
| Hex | 5 | 21 | 33 | 5A | 23 | 0 | 50 | CB | 52 | B |
| Octal | 5 | 41 | 63 | 132 | 43 | 0 | 120 | 313 | 122 | 13 |
| Binary | 101 | 100001 | 110011 | 1011010 | 100011 | 0 | 1010000 | 11001011 | 1010010 | 1011 |
Color Harmonies of #052133
Complementary color
Monochromatic Colors of #052133
Black with #052133
Text Example
Text Example
White with #052133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052133; }
p { color: rgb(5,33,51); }
H1.HeaderClassName
{
color: #052133;
}
.AnyTagClassName
{
color: #052133;
}
</style>
background-color css
<style>
a { background-color: #052133; }
a { background-color: rgb(5,33,51); }
div.DivClassName
{
background-color: #052133;
}
.BgClassName
{
background-color: #052133;
}
</style>
border-color css
<style>
span { border-color: #052133; }
span { border-color: rgb(5,33,51); }
td.TdClassName
{
border-color: #052133;
}
.TagClassName
{
border-color: #052133;
}
</style>