Shades of Black Pearl #051D29
Tints of Black Pearl #051D29
RGB
CMYK
RGB Variations
Color information
#051D29 (or 0x051D29) is known color: Black Pearl. HEX triplet: 05, 1D and 29. RGB value is (5,29,41). Sum of RGB (Red+Green+Blue) = 5+29+41=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #051D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D29 is #FAE2D6. Grayscale: #171717. Windows color (decimal): -16442071 or 2694405. OLE color: 2694405.
HSL color Cylindrical-coordinate representation of color #051D29: hue angle of 200º 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 #051D29 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 29 | 41 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.84 |
| HSL | 200º | 0.78% | 0.09% | - |
| HSV(B) | 200º | 0.88% | 0.16% | - |
| XYZ | 0.9 | 1.07 | 2.26 | - |
| YUV | 23.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 41 | 0.88 | 0.29 | 0 | 0.84 | 200 | 0.78 | 0.09 |
| Hex | 5 | 1D | 29 | 58 | 1D | 0 | 54 | C8 | 4E | 9 |
| Octal | 5 | 35 | 51 | 130 | 35 | 0 | 124 | 310 | 116 | 11 |
| Binary | 101 | 11101 | 101001 | 1011000 | 11101 | 0 | 1010100 | 11001000 | 1001110 | 1001 |
Color Harmonies of #051D29
Complementary color
Monochromatic Colors of #051D29
Black with #051D29
Text Example
Text Example
White with #051D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D29; }
p { color: rgb(5,29,41); }
H1.HeaderClassName
{
color: #051D29;
}
.AnyTagClassName
{
color: #051D29;
}
</style>
background-color css
<style>
a { background-color: #051D29; }
a { background-color: rgb(5,29,41); }
div.DivClassName
{
background-color: #051D29;
}
.BgClassName
{
background-color: #051D29;
}
</style>
border-color css
<style>
span { border-color: #051D29; }
span { border-color: rgb(5,29,41); }
td.TdClassName
{
border-color: #051D29;
}
.TagClassName
{
border-color: #051D29;
}
</style>