Shades of Black Pearl #051D22
Tints of Black Pearl #051D22
RGB
CMYK
RGB Variations
Color information
#051D22 (or 0x051D22) is known color: Black Pearl. HEX triplet: 05, 1D and 22. RGB value is (5,29,34). Sum of RGB (Red+Green+Blue) = 5+29+34=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 34 (13.67% from 255 or 50% from 68); Max value from RGB is 34 - color contains mainly: blue. Hex color #051D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D22 is #FAE2DD. Grayscale: #161616. Windows color (decimal): -16442078 or 2235653. OLE color: 2235653.
HSL color Cylindrical-coordinate representation of color #051D22: hue angle of 190.34º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051D22 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 29 | 34 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.87 |
| HSL | 190.34º | 0.74% | 0.08% | - |
| HSV(B) | 190.34º | 0.85% | 0.13% | - |
| XYZ | 0.79 | 1.03 | 1.67 | - |
| YUV | 22.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 34 | 0.85 | 0.15 | 0 | 0.87 | 190.34 | 0.74 | 0.08 |
| Hex | 5 | 1D | 22 | 55 | F | 0 | 57 | BE | 4A | 8 |
| Octal | 5 | 35 | 42 | 125 | 17 | 0 | 127 | 276 | 112 | 10 |
| Binary | 101 | 11101 | 100010 | 1010101 | 1111 | 0 | 1010111 | 10111110 | 1001010 | 1000 |
Color Harmonies of #051D22
Complementary color
Monochromatic Colors of #051D22
Black with #051D22
Text Example
Text Example
White with #051D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D22; }
p { color: rgb(5,29,34); }
H1.HeaderClassName
{
color: #051D22;
}
.AnyTagClassName
{
color: #051D22;
}
</style>
background-color css
<style>
a { background-color: #051D22; }
a { background-color: rgb(5,29,34); }
div.DivClassName
{
background-color: #051D22;
}
.BgClassName
{
background-color: #051D22;
}
</style>
border-color css
<style>
span { border-color: #051D22; }
span { border-color: rgb(5,29,34); }
td.TdClassName
{
border-color: #051D22;
}
.TagClassName
{
border-color: #051D22;
}
</style>