Shades of Black Pearl #05172F
Tints of Black Pearl #05172F
RGB
CMYK
RGB Variations
Color information
#05172F (or 0x05172F) is known color: Black Pearl. HEX triplet: 05, 17 and 2F. RGB value is (5,23,47). Sum of RGB (Red+Green+Blue) = 5+23+47=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #05172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05172F is #FAE8D0. Grayscale: #141414. Windows color (decimal): -16443601 or 3086085. OLE color: 3086085.
HSL color Cylindrical-coordinate representation of color #05172F: hue angle of 214.29º degrees, saturation: 0.81, 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 #05172F is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 23 | 47 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.82 |
| HSL | 214.29º | 0.81% | 0.1% | - |
| HSV(B) | 214.29º | 0.89% | 0.18% | - |
| XYZ | 0.88 | 0.85 | 2.81 | - |
| YUV | 20.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 47 | 0.89 | 0.51 | 0 | 0.82 | 214.29 | 0.81 | 0.1 |
| Hex | 5 | 17 | 2F | 59 | 33 | 0 | 52 | D6 | 51 | A |
| Octal | 5 | 27 | 57 | 131 | 63 | 0 | 122 | 326 | 121 | 12 |
| Binary | 101 | 10111 | 101111 | 1011001 | 110011 | 0 | 1010010 | 11010110 | 1010001 | 1010 |
Color Harmonies of #05172F
Complementary color
Monochromatic Colors of #05172F
Black with #05172F
Text Example
Text Example
White with #05172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05172F; }
p { color: rgb(5,23,47); }
H1.HeaderClassName
{
color: #05172F;
}
.AnyTagClassName
{
color: #05172F;
}
</style>
background-color css
<style>
a { background-color: #05172F; }
a { background-color: rgb(5,23,47); }
div.DivClassName
{
background-color: #05172F;
}
.BgClassName
{
background-color: #05172F;
}
</style>
border-color css
<style>
span { border-color: #05172F; }
span { border-color: rgb(5,23,47); }
td.TdClassName
{
border-color: #05172F;
}
.TagClassName
{
border-color: #05172F;
}
</style>