Shades of Black Pearl #051F26
Tints of Black Pearl #051F26
RGB
CMYK
RGB Variations
Color information
#051F26 (or 0x051F26) is known color: Black Pearl. HEX triplet: 05, 1F and 26. RGB value is (5,31,38). Sum of RGB (Red+Green+Blue) = 5+31+38=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #051F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F26 is #FAE0D9. Grayscale: #171717. Windows color (decimal): -16441562 or 2498309. OLE color: 2498309.
HSL color Cylindrical-coordinate representation of color #051F26: hue angle of 192.73º 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 #051F26 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 31 | 38 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.85 |
| HSL | 192.73º | 0.77% | 0.08% | - |
| HSV(B) | 192.73º | 0.87% | 0.15% | - |
| XYZ | 0.9 | 1.15 | 2.01 | - |
| YUV | 24.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 38 | 0.87 | 0.18 | 0 | 0.85 | 192.73 | 0.77 | 0.08 |
| Hex | 5 | 1F | 26 | 57 | 12 | 0 | 55 | C1 | 4D | 8 |
| Octal | 5 | 37 | 46 | 127 | 22 | 0 | 125 | 301 | 115 | 10 |
| Binary | 101 | 11111 | 100110 | 1010111 | 10010 | 0 | 1010101 | 11000001 | 1001101 | 1000 |
Color Harmonies of #051F26
Complementary color
Monochromatic Colors of #051F26
Black with #051F26
Text Example
Text Example
White with #051F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F26; }
p { color: rgb(5,31,38); }
H1.HeaderClassName
{
color: #051F26;
}
.AnyTagClassName
{
color: #051F26;
}
</style>
background-color css
<style>
a { background-color: #051F26; }
a { background-color: rgb(5,31,38); }
div.DivClassName
{
background-color: #051F26;
}
.BgClassName
{
background-color: #051F26;
}
</style>
border-color css
<style>
span { border-color: #051F26; }
span { border-color: rgb(5,31,38); }
td.TdClassName
{
border-color: #051F26;
}
.TagClassName
{
border-color: #051F26;
}
</style>