Shades of Black Pearl #05172E
Tints of Black Pearl #05172E
RGB
CMYK
RGB Variations
Color information
#05172E (or 0x05172E) is known color: Black Pearl. HEX triplet: 05, 17 and 2E. RGB value is (5,23,46). Sum of RGB (Red+Green+Blue) = 5+23+46=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #05172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05172E is #FAE8D1. Grayscale: #141414. Windows color (decimal): -16443602 or 3020549. OLE color: 3020549.
HSL color Cylindrical-coordinate representation of color #05172E: hue angle of 213.66º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05172E is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 23 | 46 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.82 |
| HSL | 213.66º | 0.8% | 0.1% | - |
| HSV(B) | 213.66º | 0.89% | 0.18% | - |
| XYZ | 0.86 | 0.84 | 2.7 | - |
| YUV | 20.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 46 | 0.89 | 0.50 | 0 | 0.82 | 213.66 | 0.8 | 0.1 |
| Hex | 5 | 17 | 2E | 59 | 32 | 0 | 52 | D6 | 50 | A |
| Octal | 5 | 27 | 56 | 131 | 62 | 0 | 122 | 326 | 120 | 12 |
| Binary | 101 | 10111 | 101110 | 1011001 | 110010 | 0 | 1010010 | 11010110 | 1010000 | 1010 |
Color Harmonies of #05172E
Complementary color
Monochromatic Colors of #05172E
Black with #05172E
Text Example
Text Example
White with #05172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05172E; }
p { color: rgb(5,23,46); }
H1.HeaderClassName
{
color: #05172E;
}
.AnyTagClassName
{
color: #05172E;
}
</style>
background-color css
<style>
a { background-color: #05172E; }
a { background-color: rgb(5,23,46); }
div.DivClassName
{
background-color: #05172E;
}
.BgClassName
{
background-color: #05172E;
}
</style>
border-color css
<style>
span { border-color: #05172E; }
span { border-color: rgb(5,23,46); }
td.TdClassName
{
border-color: #05172E;
}
.TagClassName
{
border-color: #05172E;
}
</style>