Shades of Black Pearl #051B31
Tints of Black Pearl #051B31
RGB
CMYK
RGB Variations
Color information
#051B31 (or 0x051B31) is known color: Black Pearl. HEX triplet: 05, 1B and 31. RGB value is (5,27,49). Sum of RGB (Red+Green+Blue) = 5+27+49=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #051B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B31 is #FAE4CE. Grayscale: #161616. Windows color (decimal): -16442575 or 3218181. OLE color: 3218181.
HSL color Cylindrical-coordinate representation of color #051B31: hue angle of 210º 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 #051B31 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 27 | 49 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.81 |
| HSL | 210º | 0.81% | 0.11% | - |
| HSV(B) | 210º | 0.9% | 0.19% | - |
| XYZ | 1.01 | 1.04 | 3.05 | - |
| YUV | 22.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 49 | 0.90 | 0.45 | 0 | 0.81 | 210 | 0.81 | 0.11 |
| Hex | 5 | 1B | 31 | 5A | 2D | 0 | 51 | D2 | 51 | B |
| Octal | 5 | 33 | 61 | 132 | 55 | 0 | 121 | 322 | 121 | 13 |
| Binary | 101 | 11011 | 110001 | 1011010 | 101101 | 0 | 1010001 | 11010010 | 1010001 | 1011 |
Color Harmonies of #051B31
Complementary color
Monochromatic Colors of #051B31
Black with #051B31
Text Example
Text Example
White with #051B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B31; }
p { color: rgb(5,27,49); }
H1.HeaderClassName
{
color: #051B31;
}
.AnyTagClassName
{
color: #051B31;
}
</style>
background-color css
<style>
a { background-color: #051B31; }
a { background-color: rgb(5,27,49); }
div.DivClassName
{
background-color: #051B31;
}
.BgClassName
{
background-color: #051B31;
}
</style>
border-color css
<style>
span { border-color: #051B31; }
span { border-color: rgb(5,27,49); }
td.TdClassName
{
border-color: #051B31;
}
.TagClassName
{
border-color: #051B31;
}
</style>