Shades of Black Pearl #051A31
Tints of Black Pearl #051A31
RGB
CMYK
RGB Variations
Color information
#051A31 (or 0x051A31) is known color: Black Pearl. HEX triplet: 05, 1A and 31. RGB value is (5,26,49). Sum of RGB (Red+Green+Blue) = 5+26+49=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #051A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A31 is #FAE5CE. Grayscale: #161616. Windows color (decimal): -16442831 or 3217925. OLE color: 3217925.
HSL color Cylindrical-coordinate representation of color #051A31: hue angle of 211.36º 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 #051A31 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 26 | 49 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.81 |
| HSL | 211.36º | 0.81% | 0.11% | - |
| HSV(B) | 211.36º | 0.9% | 0.19% | - |
| XYZ | 0.99 | 0.99 | 3.05 | - |
| YUV | 22.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 49 | 0.90 | 0.47 | 0 | 0.81 | 211.36 | 0.81 | 0.11 |
| Hex | 5 | 1A | 31 | 5A | 2F | 0 | 51 | D3 | 51 | B |
| Octal | 5 | 32 | 61 | 132 | 57 | 0 | 121 | 323 | 121 | 13 |
| Binary | 101 | 11010 | 110001 | 1011010 | 101111 | 0 | 1010001 | 11010011 | 1010001 | 1011 |
Color Harmonies of #051A31
Complementary color
Monochromatic Colors of #051A31
Black with #051A31
Text Example
Text Example
White with #051A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A31; }
p { color: rgb(5,26,49); }
H1.HeaderClassName
{
color: #051A31;
}
.AnyTagClassName
{
color: #051A31;
}
</style>
background-color css
<style>
a { background-color: #051A31; }
a { background-color: rgb(5,26,49); }
div.DivClassName
{
background-color: #051A31;
}
.BgClassName
{
background-color: #051A31;
}
</style>
border-color css
<style>
span { border-color: #051A31; }
span { border-color: rgb(5,26,49); }
td.TdClassName
{
border-color: #051A31;
}
.TagClassName
{
border-color: #051A31;
}
</style>