Shades of Black Pearl #05162E
Tints of Black Pearl #05162E
RGB
CMYK
RGB Variations
Color information
#05162E (or 0x05162E) is known color: Black Pearl. HEX triplet: 05, 16 and 2E. RGB value is (5,22,46). Sum of RGB (Red+Green+Blue) = 5+22+46=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #05162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05162E is #FAE9D1. Grayscale: #131313. Windows color (decimal): -16443858 or 3020293. OLE color: 3020293.
HSL color Cylindrical-coordinate representation of color #05162E: hue angle of 215.12º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05162E is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 22 | 46 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.82 |
| HSL | 215.12º | 0.8% | 0.1% | - |
| HSV(B) | 215.12º | 0.89% | 0.18% | - |
| XYZ | 0.84 | 0.8 | 2.7 | - |
| YUV | 19.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 46 | 0.89 | 0.52 | 0 | 0.82 | 215.12 | 0.8 | 0.1 |
| Hex | 5 | 16 | 2E | 59 | 34 | 0 | 52 | D7 | 50 | A |
| Octal | 5 | 26 | 56 | 131 | 64 | 0 | 122 | 327 | 120 | 12 |
| Binary | 101 | 10110 | 101110 | 1011001 | 110100 | 0 | 1010010 | 11010111 | 1010000 | 1010 |
Color Harmonies of #05162E
Complementary color
Monochromatic Colors of #05162E
Black with #05162E
Text Example
Text Example
White with #05162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05162E; }
p { color: rgb(5,22,46); }
H1.HeaderClassName
{
color: #05162E;
}
.AnyTagClassName
{
color: #05162E;
}
</style>
background-color css
<style>
a { background-color: #05162E; }
a { background-color: rgb(5,22,46); }
div.DivClassName
{
background-color: #05162E;
}
.BgClassName
{
background-color: #05162E;
}
</style>
border-color css
<style>
span { border-color: #05162E; }
span { border-color: rgb(5,22,46); }
td.TdClassName
{
border-color: #05162E;
}
.TagClassName
{
border-color: #05162E;
}
</style>