Shades of Black Pearl #051F22
Tints of Black Pearl #051F22
RGB
CMYK
RGB Variations
Color information
#051F22 (or 0x051F22) is known color: Black Pearl. HEX triplet: 05, 1F and 22. RGB value is (5,31,34). Sum of RGB (Red+Green+Blue) = 5+31+34=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 34 (13.67% from 255 or 48.57% from 70); Max value from RGB is 34 - color contains mainly: blue. Hex color #051F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F22 is #FAE0DD. Grayscale: #171717. Windows color (decimal): -16441566 or 2236165. OLE color: 2236165.
HSL color Cylindrical-coordinate representation of color #051F22: hue angle of 186.21º 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 #051F22 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 31 | 34 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.87 |
| HSL | 186.21º | 0.74% | 0.08% | - |
| HSV(B) | 186.21º | 0.85% | 0.13% | - |
| XYZ | 0.84 | 1.13 | 1.69 | - |
| YUV | 23.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 34 | 0.85 | 0.09 | 0 | 0.87 | 186.21 | 0.74 | 0.08 |
| Hex | 5 | 1F | 22 | 55 | 9 | 0 | 57 | BA | 4A | 8 |
| Octal | 5 | 37 | 42 | 125 | 11 | 0 | 127 | 272 | 112 | 10 |
| Binary | 101 | 11111 | 100010 | 1010101 | 1001 | 0 | 1010111 | 10111010 | 1001010 | 1000 |
Color Harmonies of #051F22
Complementary color
Monochromatic Colors of #051F22
Black with #051F22
Text Example
Text Example
White with #051F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F22; }
p { color: rgb(5,31,34); }
H1.HeaderClassName
{
color: #051F22;
}
.AnyTagClassName
{
color: #051F22;
}
</style>
background-color css
<style>
a { background-color: #051F22; }
a { background-color: rgb(5,31,34); }
div.DivClassName
{
background-color: #051F22;
}
.BgClassName
{
background-color: #051F22;
}
</style>
border-color css
<style>
span { border-color: #051F22; }
span { border-color: rgb(5,31,34); }
td.TdClassName
{
border-color: #051F22;
}
.TagClassName
{
border-color: #051F22;
}
</style>