Shades of Black Pearl #051B26
Tints of Black Pearl #051B26
RGB
CMYK
RGB Variations
Color information
#051B26 (or 0x051B26) is known color: Black Pearl. HEX triplet: 05, 1B and 26. RGB value is (5,27,38). Sum of RGB (Red+Green+Blue) = 5+27+38=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #051B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B26 is #FAE4D9. Grayscale: #151515. Windows color (decimal): -16442586 or 2497285. OLE color: 2497285.
HSL color Cylindrical-coordinate representation of color #051B26: hue angle of 200º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051B26 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 27 | 38 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.85 |
| HSL | 200º | 0.77% | 0.08% | - |
| HSV(B) | 200º | 0.87% | 0.15% | - |
| XYZ | 0.8 | 0.96 | 1.98 | - |
| YUV | 21.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 38 | 0.87 | 0.29 | 0 | 0.85 | 200 | 0.77 | 0.08 |
| Hex | 5 | 1B | 26 | 57 | 1D | 0 | 55 | C8 | 4D | 8 |
| Octal | 5 | 33 | 46 | 127 | 35 | 0 | 125 | 310 | 115 | 10 |
| Binary | 101 | 11011 | 100110 | 1010111 | 11101 | 0 | 1010101 | 11001000 | 1001101 | 1000 |
Color Harmonies of #051B26
Complementary color
Monochromatic Colors of #051B26
Black with #051B26
Text Example
Text Example
White with #051B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B26; }
p { color: rgb(5,27,38); }
H1.HeaderClassName
{
color: #051B26;
}
.AnyTagClassName
{
color: #051B26;
}
</style>
background-color css
<style>
a { background-color: #051B26; }
a { background-color: rgb(5,27,38); }
div.DivClassName
{
background-color: #051B26;
}
.BgClassName
{
background-color: #051B26;
}
</style>
border-color css
<style>
span { border-color: #051B26; }
span { border-color: rgb(5,27,38); }
td.TdClassName
{
border-color: #051B26;
}
.TagClassName
{
border-color: #051B26;
}
</style>