Shades of Black Pearl #051728
Tints of Black Pearl #051728
RGB
CMYK
RGB Variations
Color information
#051728 (or 0x051728) is known color: Black Pearl. HEX triplet: 05, 17 and 28. RGB value is (5,23,40). Sum of RGB (Red+Green+Blue) = 5+23+40=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #051728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051728 is #FAE8D7. Grayscale: #131313. Windows color (decimal): -16443608 or 2627333. OLE color: 2627333.
HSL color Cylindrical-coordinate representation of color #051728: hue angle of 209.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051728 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 23 | 40 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.84 |
| HSL | 209.14º | 0.78% | 0.09% | - |
| HSV(B) | 209.14º | 0.88% | 0.16% | - |
| XYZ | 0.75 | 0.8 | 2.12 | - |
| YUV | 19.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 40 | 0.88 | 0.43 | 0 | 0.84 | 209.14 | 0.78 | 0.09 |
| Hex | 5 | 17 | 28 | 58 | 2B | 0 | 54 | D1 | 4E | 9 |
| Octal | 5 | 27 | 50 | 130 | 53 | 0 | 124 | 321 | 116 | 11 |
| Binary | 101 | 10111 | 101000 | 1011000 | 101011 | 0 | 1010100 | 11010001 | 1001110 | 1001 |
Color Harmonies of #051728
Complementary color
Monochromatic Colors of #051728
Black with #051728
Text Example
Text Example
White with #051728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051728; }
p { color: rgb(5,23,40); }
H1.HeaderClassName
{
color: #051728;
}
.AnyTagClassName
{
color: #051728;
}
</style>
background-color css
<style>
a { background-color: #051728; }
a { background-color: rgb(5,23,40); }
div.DivClassName
{
background-color: #051728;
}
.BgClassName
{
background-color: #051728;
}
</style>
border-color css
<style>
span { border-color: #051728; }
span { border-color: rgb(5,23,40); }
td.TdClassName
{
border-color: #051728;
}
.TagClassName
{
border-color: #051728;
}
</style>