Shades of Black Pearl #051B22
Tints of Black Pearl #051B22
RGB
CMYK
RGB Variations
Color information
#051B22 (or 0x051B22) is known color: Black Pearl. HEX triplet: 05, 1B and 22. RGB value is (5,27,34). Sum of RGB (Red+Green+Blue) = 5+27+34=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 34 (13.67% from 255 or 51.52% from 66); Max value from RGB is 34 - color contains mainly: blue. Hex color #051B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B22 is #FAE4DD. Grayscale: #151515. Windows color (decimal): -16442590 or 2235141. OLE color: 2235141.
HSL color Cylindrical-coordinate representation of color #051B22: hue angle of 194.48º 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 #051B22 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 27 | 34 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.87 |
| HSL | 194.48º | 0.74% | 0.08% | - |
| HSV(B) | 194.48º | 0.85% | 0.13% | - |
| XYZ | 0.74 | 0.93 | 1.65 | - |
| YUV | 21.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 34 | 0.85 | 0.21 | 0 | 0.87 | 194.48 | 0.74 | 0.08 |
| Hex | 5 | 1B | 22 | 55 | 15 | 0 | 57 | C2 | 4A | 8 |
| Octal | 5 | 33 | 42 | 125 | 25 | 0 | 127 | 302 | 112 | 10 |
| Binary | 101 | 11011 | 100010 | 1010101 | 10101 | 0 | 1010111 | 11000010 | 1001010 | 1000 |
Color Harmonies of #051B22
Complementary color
Monochromatic Colors of #051B22
Black with #051B22
Text Example
Text Example
White with #051B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B22; }
p { color: rgb(5,27,34); }
H1.HeaderClassName
{
color: #051B22;
}
.AnyTagClassName
{
color: #051B22;
}
</style>
background-color css
<style>
a { background-color: #051B22; }
a { background-color: rgb(5,27,34); }
div.DivClassName
{
background-color: #051B22;
}
.BgClassName
{
background-color: #051B22;
}
</style>
border-color css
<style>
span { border-color: #051B22; }
span { border-color: rgb(5,27,34); }
td.TdClassName
{
border-color: #051B22;
}
.TagClassName
{
border-color: #051B22;
}
</style>