Shades of Black Pearl #052335
Tints of Black Pearl #052335
RGB
CMYK
RGB Variations
Color information
#052335 (or 0x052335) is known color: Black Pearl. HEX triplet: 05, 23 and 35. RGB value is (5,35,53). Sum of RGB (Red+Green+Blue) = 5+35+53=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #052335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052335 is #FADCCA. Grayscale: #1B1B1B. Windows color (decimal): -16440523 or 3482373. OLE color: 3482373.
HSL color Cylindrical-coordinate representation of color #052335: hue angle of 202.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052335 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 35 | 53 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.79 |
| HSL | 202.5º | 0.83% | 0.11% | - |
| HSV(B) | 202.5º | 0.91% | 0.21% | - |
| XYZ | 1.31 | 1.49 | 3.59 | - |
| YUV | 28.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 53 | 0.91 | 0.34 | 0 | 0.79 | 202.5 | 0.83 | 0.11 |
| Hex | 5 | 23 | 35 | 5B | 22 | 0 | 4F | CA | 53 | B |
| Octal | 5 | 43 | 65 | 133 | 42 | 0 | 117 | 312 | 123 | 13 |
| Binary | 101 | 100011 | 110101 | 1011011 | 100010 | 0 | 1001111 | 11001010 | 1010011 | 1011 |
Color Harmonies of #052335
Complementary color
Monochromatic Colors of #052335
Black with #052335
Text Example
Text Example
White with #052335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052335; }
p { color: rgb(5,35,53); }
H1.HeaderClassName
{
color: #052335;
}
.AnyTagClassName
{
color: #052335;
}
</style>
background-color css
<style>
a { background-color: #052335; }
a { background-color: rgb(5,35,53); }
div.DivClassName
{
background-color: #052335;
}
.BgClassName
{
background-color: #052335;
}
</style>
border-color css
<style>
span { border-color: #052335; }
span { border-color: rgb(5,35,53); }
td.TdClassName
{
border-color: #052335;
}
.TagClassName
{
border-color: #052335;
}
</style>