Shades of Black Pearl #051D2C
Tints of Black Pearl #051D2C
RGB
CMYK
RGB Variations
Color information
#051D2C (or 0x051D2C) is known color: Black Pearl. HEX triplet: 05, 1D and 2C. RGB value is (5,29,44). Sum of RGB (Red+Green+Blue) = 5+29+44=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #051D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D2C is #FAE2D3. Grayscale: #171717. Windows color (decimal): -16442068 or 2891013. OLE color: 2891013.
HSL color Cylindrical-coordinate representation of color #051D2C: hue angle of 203.08º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #051D2C is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 29 | 44 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.83 |
| HSL | 203.08º | 0.8% | 0.1% | - |
| HSV(B) | 203.08º | 0.89% | 0.17% | - |
| XYZ | 0.96 | 1.09 | 2.54 | - |
| YUV | 23.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 44 | 0.89 | 0.34 | 0 | 0.83 | 203.08 | 0.8 | 0.1 |
| Hex | 5 | 1D | 2C | 59 | 22 | 0 | 53 | CB | 50 | A |
| Octal | 5 | 35 | 54 | 131 | 42 | 0 | 123 | 313 | 120 | 12 |
| Binary | 101 | 11101 | 101100 | 1011001 | 100010 | 0 | 1010011 | 11001011 | 1010000 | 1010 |
Color Harmonies of #051D2C
Complementary color
Monochromatic Colors of #051D2C
Black with #051D2C
Text Example
Text Example
White with #051D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D2C; }
p { color: rgb(5,29,44); }
H1.HeaderClassName
{
color: #051D2C;
}
.AnyTagClassName
{
color: #051D2C;
}
</style>
background-color css
<style>
a { background-color: #051D2C; }
a { background-color: rgb(5,29,44); }
div.DivClassName
{
background-color: #051D2C;
}
.BgClassName
{
background-color: #051D2C;
}
</style>
border-color css
<style>
span { border-color: #051D2C; }
span { border-color: rgb(5,29,44); }
td.TdClassName
{
border-color: #051D2C;
}
.TagClassName
{
border-color: #051D2C;
}
</style>