Shades of Black Pearl #052431
Tints of Black Pearl #052431
RGB
CMYK
RGB Variations
Color information
#052431 (or 0x052431) is known color: Black Pearl. HEX triplet: 05, 24 and 31. RGB value is (5,36,49). Sum of RGB (Red+Green+Blue) = 5+36+49=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #052431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052431 is #FADBCE. Grayscale: #1C1C1C. Windows color (decimal): -16440271 or 3220485. OLE color: 3220485.
HSL color Cylindrical-coordinate representation of color #052431: hue angle of 197.73º 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 #052431 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 36 | 49 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.81 |
| HSL | 197.73º | 0.81% | 0.11% | - |
| HSV(B) | 197.73º | 0.9% | 0.19% | - |
| XYZ | 1.25 | 1.52 | 3.13 | - |
| YUV | 28.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 49 | 0.90 | 0.27 | 0 | 0.81 | 197.73 | 0.81 | 0.11 |
| Hex | 5 | 24 | 31 | 5A | 1B | 0 | 51 | C6 | 51 | B |
| Octal | 5 | 44 | 61 | 132 | 33 | 0 | 121 | 306 | 121 | 13 |
| Binary | 101 | 100100 | 110001 | 1011010 | 11011 | 0 | 1010001 | 11000110 | 1010001 | 1011 |
Color Harmonies of #052431
Complementary color
Monochromatic Colors of #052431
Black with #052431
Text Example
Text Example
White with #052431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052431; }
p { color: rgb(5,36,49); }
H1.HeaderClassName
{
color: #052431;
}
.AnyTagClassName
{
color: #052431;
}
</style>
background-color css
<style>
a { background-color: #052431; }
a { background-color: rgb(5,36,49); }
div.DivClassName
{
background-color: #052431;
}
.BgClassName
{
background-color: #052431;
}
</style>
border-color css
<style>
span { border-color: #052431; }
span { border-color: rgb(5,36,49); }
td.TdClassName
{
border-color: #052431;
}
.TagClassName
{
border-color: #052431;
}
</style>