Shades of Black Pearl #051731
Tints of Black Pearl #051731
RGB
CMYK
RGB Variations
Color information
#051731 (or 0x051731) is known color: Black Pearl. HEX triplet: 05, 17 and 31. RGB value is (5,23,49). Sum of RGB (Red+Green+Blue) = 5+23+49=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #051731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051731 is #FAE8CE. Grayscale: #141414. Windows color (decimal): -16443599 or 3217157. OLE color: 3217157.
HSL color Cylindrical-coordinate representation of color #051731: hue angle of 215.45º 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 #051731 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 23 | 49 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.81 |
| HSL | 215.45º | 0.81% | 0.11% | - |
| HSV(B) | 215.45º | 0.9% | 0.19% | - |
| XYZ | 0.92 | 0.87 | 3.02 | - |
| YUV | 20.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 49 | 0.90 | 0.53 | 0 | 0.81 | 215.45 | 0.81 | 0.11 |
| Hex | 5 | 17 | 31 | 5A | 35 | 0 | 51 | D7 | 51 | B |
| Octal | 5 | 27 | 61 | 132 | 65 | 0 | 121 | 327 | 121 | 13 |
| Binary | 101 | 10111 | 110001 | 1011010 | 110101 | 0 | 1010001 | 11010111 | 1010001 | 1011 |
Color Harmonies of #051731
Complementary color
Monochromatic Colors of #051731
Black with #051731
Text Example
Text Example
White with #051731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051731; }
p { color: rgb(5,23,49); }
H1.HeaderClassName
{
color: #051731;
}
.AnyTagClassName
{
color: #051731;
}
</style>
background-color css
<style>
a { background-color: #051731; }
a { background-color: rgb(5,23,49); }
div.DivClassName
{
background-color: #051731;
}
.BgClassName
{
background-color: #051731;
}
</style>
border-color css
<style>
span { border-color: #051731; }
span { border-color: rgb(5,23,49); }
td.TdClassName
{
border-color: #051731;
}
.TagClassName
{
border-color: #051731;
}
</style>