Shades of Black Pearl #051727
Tints of Black Pearl #051727
RGB
CMYK
RGB Variations
Color information
#051727 (or 0x051727) is known color: Black Pearl. HEX triplet: 05, 17 and 27. RGB value is (5,23,39). Sum of RGB (Red+Green+Blue) = 5+23+39=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #051727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051727 is #FAE8D8. Grayscale: #131313. Windows color (decimal): -16443609 or 2561797. OLE color: 2561797.
HSL color Cylindrical-coordinate representation of color #051727: hue angle of 208.24º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051727 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 23 | 39 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.85 |
| HSL | 208.24º | 0.77% | 0.09% | - |
| HSV(B) | 208.24º | 0.87% | 0.15% | - |
| XYZ | 0.74 | 0.79 | 2.03 | - |
| YUV | 19.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 39 | 0.87 | 0.41 | 0 | 0.85 | 208.24 | 0.77 | 0.09 |
| Hex | 5 | 17 | 27 | 57 | 29 | 0 | 55 | D0 | 4D | 9 |
| Octal | 5 | 27 | 47 | 127 | 51 | 0 | 125 | 320 | 115 | 11 |
| Binary | 101 | 10111 | 100111 | 1010111 | 101001 | 0 | 1010101 | 11010000 | 1001101 | 1001 |
Color Harmonies of #051727
Complementary color
Monochromatic Colors of #051727
Black with #051727
Text Example
Text Example
White with #051727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051727; }
p { color: rgb(5,23,39); }
H1.HeaderClassName
{
color: #051727;
}
.AnyTagClassName
{
color: #051727;
}
</style>
background-color css
<style>
a { background-color: #051727; }
a { background-color: rgb(5,23,39); }
div.DivClassName
{
background-color: #051727;
}
.BgClassName
{
background-color: #051727;
}
</style>
border-color css
<style>
span { border-color: #051727; }
span { border-color: rgb(5,23,39); }
td.TdClassName
{
border-color: #051727;
}
.TagClassName
{
border-color: #051727;
}
</style>