Shades of Black Pearl #052131
Tints of Black Pearl #052131
RGB
CMYK
RGB Variations
Color information
#052131 (or 0x052131) is known color: Black Pearl. HEX triplet: 05, 21 and 31. RGB value is (5,33,49). Sum of RGB (Red+Green+Blue) = 5+33+49=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #052131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052131 is #FADECE. Grayscale: #1A1A1A. Windows color (decimal): -16441039 or 3219717. OLE color: 3219717.
HSL color Cylindrical-coordinate representation of color #052131: hue angle of 201.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052131 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 33 | 49 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.81 |
| HSL | 201.82º | 0.81% | 0.11% | - |
| HSV(B) | 201.82º | 0.9% | 0.19% | - |
| XYZ | 1.16 | 1.34 | 3.1 | - |
| YUV | 26.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 49 | 0.90 | 0.33 | 0 | 0.81 | 201.82 | 0.81 | 0.11 |
| Hex | 5 | 21 | 31 | 5A | 21 | 0 | 51 | CA | 51 | B |
| Octal | 5 | 41 | 61 | 132 | 41 | 0 | 121 | 312 | 121 | 13 |
| Binary | 101 | 100001 | 110001 | 1011010 | 100001 | 0 | 1010001 | 11001010 | 1010001 | 1011 |
Color Harmonies of #052131
Complementary color
Monochromatic Colors of #052131
Black with #052131
Text Example
Text Example
White with #052131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052131; }
p { color: rgb(5,33,49); }
H1.HeaderClassName
{
color: #052131;
}
.AnyTagClassName
{
color: #052131;
}
</style>
background-color css
<style>
a { background-color: #052131; }
a { background-color: rgb(5,33,49); }
div.DivClassName
{
background-color: #052131;
}
.BgClassName
{
background-color: #052131;
}
</style>
border-color css
<style>
span { border-color: #052131; }
span { border-color: rgb(5,33,49); }
td.TdClassName
{
border-color: #052131;
}
.TagClassName
{
border-color: #052131;
}
</style>