Shades of Black Pearl #051A2F
Tints of Black Pearl #051A2F
RGB
CMYK
RGB Variations
Color information
#051A2F (or 0x051A2F) is known color: Black Pearl. HEX triplet: 05, 1A and 2F. RGB value is (5,26,47). Sum of RGB (Red+Green+Blue) = 5+26+47=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #051A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A2F is #FAE5D0. Grayscale: #161616. Windows color (decimal): -16442833 or 3086853. OLE color: 3086853.
HSL color Cylindrical-coordinate representation of color #051A2F: hue angle of 210º degrees, saturation: 0.81, 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 #051A2F is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 26 | 47 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.82 |
| HSL | 210º | 0.81% | 0.1% | - |
| HSV(B) | 210º | 0.89% | 0.18% | - |
| XYZ | 0.95 | 0.98 | 2.83 | - |
| YUV | 22.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 47 | 0.89 | 0.45 | 0 | 0.82 | 210 | 0.81 | 0.1 |
| Hex | 5 | 1A | 2F | 59 | 2D | 0 | 52 | D2 | 51 | A |
| Octal | 5 | 32 | 57 | 131 | 55 | 0 | 122 | 322 | 121 | 12 |
| Binary | 101 | 11010 | 101111 | 1011001 | 101101 | 0 | 1010010 | 11010010 | 1010001 | 1010 |
Color Harmonies of #051A2F
Complementary color
Monochromatic Colors of #051A2F
Black with #051A2F
Text Example
Text Example
White with #051A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A2F; }
p { color: rgb(5,26,47); }
H1.HeaderClassName
{
color: #051A2F;
}
.AnyTagClassName
{
color: #051A2F;
}
</style>
background-color css
<style>
a { background-color: #051A2F; }
a { background-color: rgb(5,26,47); }
div.DivClassName
{
background-color: #051A2F;
}
.BgClassName
{
background-color: #051A2F;
}
</style>
border-color css
<style>
span { border-color: #051A2F; }
span { border-color: rgb(5,26,47); }
td.TdClassName
{
border-color: #051A2F;
}
.TagClassName
{
border-color: #051A2F;
}
</style>