Shades of Black Pearl #051A26
Tints of Black Pearl #051A26
RGB
CMYK
RGB Variations
Color information
#051A26 (or 0x051A26) is known color: Black Pearl. HEX triplet: 05, 1A and 26. RGB value is (5,26,38). Sum of RGB (Red+Green+Blue) = 5+26+38=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #051A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A26 is #FAE5D9. Grayscale: #151515. Windows color (decimal): -16442842 or 2497029. OLE color: 2497029.
HSL color Cylindrical-coordinate representation of color #051A26: hue angle of 201.82º 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 #051A26 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 26 | 38 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.85 |
| HSL | 201.82º | 0.77% | 0.08% | - |
| HSV(B) | 201.82º | 0.87% | 0.15% | - |
| XYZ | 0.78 | 0.91 | 1.97 | - |
| YUV | 21.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 38 | 0.87 | 0.32 | 0 | 0.85 | 201.82 | 0.77 | 0.08 |
| Hex | 5 | 1A | 26 | 57 | 20 | 0 | 55 | CA | 4D | 8 |
| Octal | 5 | 32 | 46 | 127 | 40 | 0 | 125 | 312 | 115 | 10 |
| Binary | 101 | 11010 | 100110 | 1010111 | 100000 | 0 | 1010101 | 11001010 | 1001101 | 1000 |
Color Harmonies of #051A26
Complementary color
Monochromatic Colors of #051A26
Black with #051A26
Text Example
Text Example
White with #051A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A26; }
p { color: rgb(5,26,38); }
H1.HeaderClassName
{
color: #051A26;
}
.AnyTagClassName
{
color: #051A26;
}
</style>
background-color css
<style>
a { background-color: #051A26; }
a { background-color: rgb(5,26,38); }
div.DivClassName
{
background-color: #051A26;
}
.BgClassName
{
background-color: #051A26;
}
</style>
border-color css
<style>
span { border-color: #051A26; }
span { border-color: rgb(5,26,38); }
td.TdClassName
{
border-color: #051A26;
}
.TagClassName
{
border-color: #051A26;
}
</style>