Shades of Black Pearl #05292E
Tints of Black Pearl #05292E
RGB
CMYK
RGB Variations
Color information
#05292E (or 0x05292E) is known color: Black Pearl. HEX triplet: 05, 29 and 2E. RGB value is (5,41,46). Sum of RGB (Red+Green+Blue) = 5+41+46=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #05292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05292E is #FAD6D1. Grayscale: #1E1E1E. Windows color (decimal): -16438994 or 3025157. OLE color: 3025157.
HSL color Cylindrical-coordinate representation of color #05292E: hue angle of 187.32º 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 #05292E is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 41 | 46 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.82 |
| HSL | 187.32º | 0.8% | 0.1% | - |
| HSV(B) | 187.32º | 0.89% | 0.18% | - |
| XYZ | 1.35 | 1.82 | 2.86 | - |
| YUV | 30.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 46 | 0.89 | 0.11 | 0 | 0.82 | 187.32 | 0.8 | 0.1 |
| Hex | 5 | 29 | 2E | 59 | B | 0 | 52 | BB | 50 | A |
| Octal | 5 | 51 | 56 | 131 | 13 | 0 | 122 | 273 | 120 | 12 |
| Binary | 101 | 101001 | 101110 | 1011001 | 1011 | 0 | 1010010 | 10111011 | 1010000 | 1010 |
Color Harmonies of #05292E
Complementary color
Monochromatic Colors of #05292E
Black with #05292E
Text Example
Text Example
White with #05292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05292E; }
p { color: rgb(5,41,46); }
H1.HeaderClassName
{
color: #05292E;
}
.AnyTagClassName
{
color: #05292E;
}
</style>
background-color css
<style>
a { background-color: #05292E; }
a { background-color: rgb(5,41,46); }
div.DivClassName
{
background-color: #05292E;
}
.BgClassName
{
background-color: #05292E;
}
</style>
border-color css
<style>
span { border-color: #05292E; }
span { border-color: rgb(5,41,46); }
td.TdClassName
{
border-color: #05292E;
}
.TagClassName
{
border-color: #05292E;
}
</style>