Shades of Black Pearl #051C26
Tints of Black Pearl #051C26
RGB
CMYK
RGB Variations
Color information
#051C26 (or 0x051C26) is known color: Black Pearl. HEX triplet: 05, 1C and 26. RGB value is (5,28,38). Sum of RGB (Red+Green+Blue) = 5+28+38=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #051C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C26 is #FAE3D9. Grayscale: #161616. Windows color (decimal): -16442330 or 2497541. OLE color: 2497541.
HSL color Cylindrical-coordinate representation of color #051C26: hue angle of 198.18º 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 #051C26 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 28 | 38 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.85 |
| HSL | 198.18º | 0.77% | 0.08% | - |
| HSV(B) | 198.18º | 0.87% | 0.15% | - |
| XYZ | 0.83 | 1 | 1.98 | - |
| YUV | 22.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 38 | 0.87 | 0.26 | 0 | 0.85 | 198.18 | 0.77 | 0.08 |
| Hex | 5 | 1C | 26 | 57 | 1A | 0 | 55 | C6 | 4D | 8 |
| Octal | 5 | 34 | 46 | 127 | 32 | 0 | 125 | 306 | 115 | 10 |
| Binary | 101 | 11100 | 100110 | 1010111 | 11010 | 0 | 1010101 | 11000110 | 1001101 | 1000 |
Color Harmonies of #051C26
Complementary color
Monochromatic Colors of #051C26
Black with #051C26
Text Example
Text Example
White with #051C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C26; }
p { color: rgb(5,28,38); }
H1.HeaderClassName
{
color: #051C26;
}
.AnyTagClassName
{
color: #051C26;
}
</style>
background-color css
<style>
a { background-color: #051C26; }
a { background-color: rgb(5,28,38); }
div.DivClassName
{
background-color: #051C26;
}
.BgClassName
{
background-color: #051C26;
}
</style>
border-color css
<style>
span { border-color: #051C26; }
span { border-color: rgb(5,28,38); }
td.TdClassName
{
border-color: #051C26;
}
.TagClassName
{
border-color: #051C26;
}
</style>