Shades of Black Pearl #051A2D
Tints of Black Pearl #051A2D
RGB
CMYK
RGB Variations
Color information
#051A2D (or 0x051A2D) is known color: Black Pearl. HEX triplet: 05, 1A and 2D. RGB value is (5,26,45). Sum of RGB (Red+Green+Blue) = 5+26+45=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #051A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A2D is #FAE5D2. Grayscale: #151515. Windows color (decimal): -16442835 or 2955781. OLE color: 2955781.
HSL color Cylindrical-coordinate representation of color #051A2D: hue angle of 208.5º 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 #051A2D is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 26 | 45 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.82 |
| HSL | 208.5º | 0.8% | 0.1% | - |
| HSV(B) | 208.5º | 0.89% | 0.18% | - |
| XYZ | 0.91 | 0.96 | 2.62 | - |
| YUV | 21.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 45 | 0.89 | 0.42 | 0 | 0.82 | 208.5 | 0.8 | 0.1 |
| Hex | 5 | 1A | 2D | 59 | 2A | 0 | 52 | D0 | 50 | A |
| Octal | 5 | 32 | 55 | 131 | 52 | 0 | 122 | 320 | 120 | 12 |
| Binary | 101 | 11010 | 101101 | 1011001 | 101010 | 0 | 1010010 | 11010000 | 1010000 | 1010 |
Color Harmonies of #051A2D
Complementary color
Monochromatic Colors of #051A2D
Black with #051A2D
Text Example
Text Example
White with #051A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A2D; }
p { color: rgb(5,26,45); }
H1.HeaderClassName
{
color: #051A2D;
}
.AnyTagClassName
{
color: #051A2D;
}
</style>
background-color css
<style>
a { background-color: #051A2D; }
a { background-color: rgb(5,26,45); }
div.DivClassName
{
background-color: #051A2D;
}
.BgClassName
{
background-color: #051A2D;
}
</style>
border-color css
<style>
span { border-color: #051A2D; }
span { border-color: rgb(5,26,45); }
td.TdClassName
{
border-color: #051A2D;
}
.TagClassName
{
border-color: #051A2D;
}
</style>