Shades of Black Pearl #051726
Tints of Black Pearl #051726
RGB
CMYK
RGB Variations
Color information
#051726 (or 0x051726) is known color: Black Pearl. HEX triplet: 05, 17 and 26. RGB value is (5,23,38). Sum of RGB (Red+Green+Blue) = 5+23+38=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #051726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051726 is #FAE8D9. Grayscale: #131313. Windows color (decimal): -16443610 or 2496261. OLE color: 2496261.
HSL color Cylindrical-coordinate representation of color #051726: hue angle of 207.27º 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 #051726 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 23 | 38 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.85 |
| HSL | 207.27º | 0.77% | 0.08% | - |
| HSV(B) | 207.27º | 0.87% | 0.15% | - |
| XYZ | 0.72 | 0.78 | 1.95 | - |
| YUV | 19.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 38 | 0.87 | 0.39 | 0 | 0.85 | 207.27 | 0.77 | 0.08 |
| Hex | 5 | 17 | 26 | 57 | 27 | 0 | 55 | CF | 4D | 8 |
| Octal | 5 | 27 | 46 | 127 | 47 | 0 | 125 | 317 | 115 | 10 |
| Binary | 101 | 10111 | 100110 | 1010111 | 100111 | 0 | 1010101 | 11001111 | 1001101 | 1000 |
Color Harmonies of #051726
Complementary color
Monochromatic Colors of #051726
Black with #051726
Text Example
Text Example
White with #051726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051726; }
p { color: rgb(5,23,38); }
H1.HeaderClassName
{
color: #051726;
}
.AnyTagClassName
{
color: #051726;
}
</style>
background-color css
<style>
a { background-color: #051726; }
a { background-color: rgb(5,23,38); }
div.DivClassName
{
background-color: #051726;
}
.BgClassName
{
background-color: #051726;
}
</style>
border-color css
<style>
span { border-color: #051726; }
span { border-color: rgb(5,23,38); }
td.TdClassName
{
border-color: #051726;
}
.TagClassName
{
border-color: #051726;
}
</style>