Shades of Black Pearl #051E29
Tints of Black Pearl #051E29
RGB
CMYK
RGB Variations
Color information
#051E29 (or 0x051E29) is known color: Black Pearl. HEX triplet: 05, 1E and 29. RGB value is (5,30,41). Sum of RGB (Red+Green+Blue) = 5+30+41=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #051E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E29 is #FAE1D6. Grayscale: #171717. Windows color (decimal): -16441815 or 2694661. OLE color: 2694661.
HSL color Cylindrical-coordinate representation of color #051E29: hue angle of 198.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051E29 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 30 | 41 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.84 |
| HSL | 198.33º | 0.78% | 0.09% | - |
| HSV(B) | 198.33º | 0.88% | 0.16% | - |
| XYZ | 0.93 | 1.12 | 2.27 | - |
| YUV | 23.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 41 | 0.88 | 0.27 | 0 | 0.84 | 198.33 | 0.78 | 0.09 |
| Hex | 5 | 1E | 29 | 58 | 1B | 0 | 54 | C6 | 4E | 9 |
| Octal | 5 | 36 | 51 | 130 | 33 | 0 | 124 | 306 | 116 | 11 |
| Binary | 101 | 11110 | 101001 | 1011000 | 11011 | 0 | 1010100 | 11000110 | 1001110 | 1001 |
Color Harmonies of #051E29
Complementary color
Monochromatic Colors of #051E29
Black with #051E29
Text Example
Text Example
White with #051E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E29; }
p { color: rgb(5,30,41); }
H1.HeaderClassName
{
color: #051E29;
}
.AnyTagClassName
{
color: #051E29;
}
</style>
background-color css
<style>
a { background-color: #051E29; }
a { background-color: rgb(5,30,41); }
div.DivClassName
{
background-color: #051E29;
}
.BgClassName
{
background-color: #051E29;
}
</style>
border-color css
<style>
span { border-color: #051E29; }
span { border-color: rgb(5,30,41); }
td.TdClassName
{
border-color: #051E29;
}
.TagClassName
{
border-color: #051E29;
}
</style>