Shades of Black Pearl #051F31
Tints of Black Pearl #051F31
RGB
CMYK
RGB Variations
Color information
#051F31 (or 0x051F31) is known color: Black Pearl. HEX triplet: 05, 1F and 31. RGB value is (5,31,49). Sum of RGB (Red+Green+Blue) = 5+31+49=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #051F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F31 is #FAE0CE. Grayscale: #191919. Windows color (decimal): -16441551 or 3219205. OLE color: 3219205.
HSL color Cylindrical-coordinate representation of color #051F31: hue angle of 204.55º 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 #051F31 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 31 | 49 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.81 |
| HSL | 204.55º | 0.81% | 0.11% | - |
| HSV(B) | 204.55º | 0.9% | 0.19% | - |
| XYZ | 1.11 | 1.23 | 3.09 | - |
| YUV | 25.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 49 | 0.90 | 0.37 | 0 | 0.81 | 204.55 | 0.81 | 0.11 |
| Hex | 5 | 1F | 31 | 5A | 25 | 0 | 51 | CD | 51 | B |
| Octal | 5 | 37 | 61 | 132 | 45 | 0 | 121 | 315 | 121 | 13 |
| Binary | 101 | 11111 | 110001 | 1011010 | 100101 | 0 | 1010001 | 11001101 | 1010001 | 1011 |
Color Harmonies of #051F31
Complementary color
Monochromatic Colors of #051F31
Black with #051F31
Text Example
Text Example
White with #051F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F31; }
p { color: rgb(5,31,49); }
H1.HeaderClassName
{
color: #051F31;
}
.AnyTagClassName
{
color: #051F31;
}
</style>
background-color css
<style>
a { background-color: #051F31; }
a { background-color: rgb(5,31,49); }
div.DivClassName
{
background-color: #051F31;
}
.BgClassName
{
background-color: #051F31;
}
</style>
border-color css
<style>
span { border-color: #051F31; }
span { border-color: rgb(5,31,49); }
td.TdClassName
{
border-color: #051F31;
}
.TagClassName
{
border-color: #051F31;
}
</style>