Shades of Black Pearl #052333
Tints of Black Pearl #052333
RGB
CMYK
RGB Variations
Color information
#052333 (or 0x052333) is known color: Black Pearl. HEX triplet: 05, 23 and 33. RGB value is (5,35,51). Sum of RGB (Red+Green+Blue) = 5+35+51=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #052333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052333 is #FADCCC. Grayscale: #1B1B1B. Windows color (decimal): -16440525 or 3351301. OLE color: 3351301.
HSL color Cylindrical-coordinate representation of color #052333: hue angle of 200.87º 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 #052333 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 35 | 51 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.8 |
| HSL | 200.87º | 0.82% | 0.11% | - |
| HSV(B) | 200.87º | 0.9% | 0.2% | - |
| XYZ | 1.26 | 1.47 | 3.35 | - |
| YUV | 27.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 51 | 0.90 | 0.31 | 0 | 0.8 | 200.87 | 0.82 | 0.11 |
| Hex | 5 | 23 | 33 | 5A | 1F | 0 | 50 | C9 | 52 | B |
| Octal | 5 | 43 | 63 | 132 | 37 | 0 | 120 | 311 | 122 | 13 |
| Binary | 101 | 100011 | 110011 | 1011010 | 11111 | 0 | 1010000 | 11001001 | 1010010 | 1011 |
Color Harmonies of #052333
Complementary color
Monochromatic Colors of #052333
Black with #052333
Text Example
Text Example
White with #052333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052333; }
p { color: rgb(5,35,51); }
H1.HeaderClassName
{
color: #052333;
}
.AnyTagClassName
{
color: #052333;
}
</style>
background-color css
<style>
a { background-color: #052333; }
a { background-color: rgb(5,35,51); }
div.DivClassName
{
background-color: #052333;
}
.BgClassName
{
background-color: #052333;
}
</style>
border-color css
<style>
span { border-color: #052333; }
span { border-color: rgb(5,35,51); }
td.TdClassName
{
border-color: #052333;
}
.TagClassName
{
border-color: #052333;
}
</style>