Shades of Black Pearl #052035
Tints of Black Pearl #052035
RGB
CMYK
RGB Variations
Color information
#052035 (or 0x052035) is known color: Black Pearl. HEX triplet: 05, 20 and 35. RGB value is (5,32,53). Sum of RGB (Red+Green+Blue) = 5+32+53=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #052035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052035 is #FADFCA. Grayscale: #1A1A1A. Windows color (decimal): -16441291 or 3481605. OLE color: 3481605.
HSL color Cylindrical-coordinate representation of color #052035: hue angle of 206.25º 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 #052035 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 32 | 53 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.79 |
| HSL | 206.25º | 0.83% | 0.11% | - |
| HSV(B) | 206.25º | 0.91% | 0.21% | - |
| XYZ | 1.22 | 1.32 | 3.56 | - |
| YUV | 26.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 53 | 0.91 | 0.40 | 0 | 0.79 | 206.25 | 0.83 | 0.11 |
| Hex | 5 | 20 | 35 | 5B | 28 | 0 | 4F | CE | 53 | B |
| Octal | 5 | 40 | 65 | 133 | 50 | 0 | 117 | 316 | 123 | 13 |
| Binary | 101 | 100000 | 110101 | 1011011 | 101000 | 0 | 1001111 | 11001110 | 1010011 | 1011 |
Color Harmonies of #052035
Complementary color
Monochromatic Colors of #052035
Black with #052035
Text Example
Text Example
White with #052035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052035; }
p { color: rgb(5,32,53); }
H1.HeaderClassName
{
color: #052035;
}
.AnyTagClassName
{
color: #052035;
}
</style>
background-color css
<style>
a { background-color: #052035; }
a { background-color: rgb(5,32,53); }
div.DivClassName
{
background-color: #052035;
}
.BgClassName
{
background-color: #052035;
}
</style>
border-color css
<style>
span { border-color: #052035; }
span { border-color: rgb(5,32,53); }
td.TdClassName
{
border-color: #052035;
}
.TagClassName
{
border-color: #052035;
}
</style>