Shades of Black Pearl #051D2A
Tints of Black Pearl #051D2A
RGB
CMYK
RGB Variations
Color information
#051D2A (or 0x051D2A) is known color: Black Pearl. HEX triplet: 05, 1D and 2A. RGB value is (5,29,42). Sum of RGB (Red+Green+Blue) = 5+29+42=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #051D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D2A is #FAE2D5. Grayscale: #171717. Windows color (decimal): -16442070 or 2759941. OLE color: 2759941.
HSL color Cylindrical-coordinate representation of color #051D2A: hue angle of 201.08º degrees, saturation: 0.79, 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 #051D2A is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 29 | 42 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.84 |
| HSL | 201.08º | 0.79% | 0.09% | - |
| HSV(B) | 201.08º | 0.88% | 0.16% | - |
| XYZ | 0.92 | 1.08 | 2.35 | - |
| YUV | 23.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 42 | 0.88 | 0.31 | 0 | 0.84 | 201.08 | 0.79 | 0.09 |
| Hex | 5 | 1D | 2A | 58 | 1F | 0 | 54 | C9 | 4F | 9 |
| Octal | 5 | 35 | 52 | 130 | 37 | 0 | 124 | 311 | 117 | 11 |
| Binary | 101 | 11101 | 101010 | 1011000 | 11111 | 0 | 1010100 | 11001001 | 1001111 | 1001 |
Color Harmonies of #051D2A
Complementary color
Monochromatic Colors of #051D2A
Black with #051D2A
Text Example
Text Example
White with #051D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D2A; }
p { color: rgb(5,29,42); }
H1.HeaderClassName
{
color: #051D2A;
}
.AnyTagClassName
{
color: #051D2A;
}
</style>
background-color css
<style>
a { background-color: #051D2A; }
a { background-color: rgb(5,29,42); }
div.DivClassName
{
background-color: #051D2A;
}
.BgClassName
{
background-color: #051D2A;
}
</style>
border-color css
<style>
span { border-color: #051D2A; }
span { border-color: rgb(5,29,42); }
td.TdClassName
{
border-color: #051D2A;
}
.TagClassName
{
border-color: #051D2A;
}
</style>