Shades of Black Pearl #05292F
Tints of Black Pearl #05292F
RGB
CMYK
RGB Variations
Color information
#05292F (or 0x05292F) is known color: Black Pearl. HEX triplet: 05, 29 and 2F. RGB value is (5,41,47). Sum of RGB (Red+Green+Blue) = 5+41+47=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #05292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05292F is #FAD6D0. Grayscale: #1E1E1E. Windows color (decimal): -16438993 or 3090693. OLE color: 3090693.
HSL color Cylindrical-coordinate representation of color #05292F: hue angle of 188.57º 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 #05292F is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 41 | 47 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.82 |
| HSL | 188.57º | 0.81% | 0.1% | - |
| HSV(B) | 188.57º | 0.89% | 0.18% | - |
| XYZ | 1.37 | 1.82 | 2.97 | - |
| YUV | 30.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 47 | 0.89 | 0.13 | 0 | 0.82 | 188.57 | 0.81 | 0.1 |
| Hex | 5 | 29 | 2F | 59 | D | 0 | 52 | BD | 51 | A |
| Octal | 5 | 51 | 57 | 131 | 15 | 0 | 122 | 275 | 121 | 12 |
| Binary | 101 | 101001 | 101111 | 1011001 | 1101 | 0 | 1010010 | 10111101 | 1010001 | 1010 |
Color Harmonies of #05292F
Complementary color
Monochromatic Colors of #05292F
Black with #05292F
Text Example
Text Example
White with #05292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05292F; }
p { color: rgb(5,41,47); }
H1.HeaderClassName
{
color: #05292F;
}
.AnyTagClassName
{
color: #05292F;
}
</style>
background-color css
<style>
a { background-color: #05292F; }
a { background-color: rgb(5,41,47); }
div.DivClassName
{
background-color: #05292F;
}
.BgClassName
{
background-color: #05292F;
}
</style>
border-color css
<style>
span { border-color: #05292F; }
span { border-color: rgb(5,41,47); }
td.TdClassName
{
border-color: #05292F;
}
.TagClassName
{
border-color: #05292F;
}
</style>