Shades of Black Pearl #171F27
Tints of Black Pearl #171F27
RGB
CMYK
RGB Variations
Color information
#171F27 (or 0x171F27) is known color: Black Pearl. HEX triplet: 17, 1F and 27. RGB value is (23,31,39). Sum of RGB (Red+Green+Blue) = 23+31+39=93 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.73% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #171F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F27 is #E8E0D8. Grayscale: #1D1D1D. Windows color (decimal): -15261913 or 2563863. OLE color: 2563863.
HSL color Cylindrical-coordinate representation of color #171F27: hue angle of 210º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #171F27 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 31 | 39 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.85 |
| HSL | 210º | 0.26% | 0.12% | - |
| HSV(B) | 210º | 0.41% | 0.15% | - |
| XYZ | 1.21 | 1.31 | 2.11 | - |
| YUV | 29.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 39 | 0.41 | 0.21 | 0 | 0.85 | 210 | 0.26 | 0.12 |
| Hex | 17 | 1F | 27 | 29 | 15 | 0 | 55 | D2 | 1A | C |
| Octal | 27 | 37 | 47 | 51 | 25 | 0 | 125 | 322 | 32 | 14 |
| Binary | 10111 | 11111 | 100111 | 101001 | 10101 | 0 | 1010101 | 11010010 | 11010 | 1100 |
Color Harmonies of #171F27
Complementary color
Monochromatic Colors of #171F27
Black with #171F27
Text Example
Text Example
White with #171F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F27; }
p { color: rgb(23,31,39); }
H1.HeaderClassName
{
color: #171F27;
}
.AnyTagClassName
{
color: #171F27;
}
</style>
background-color css
<style>
a { background-color: #171F27; }
a { background-color: rgb(23,31,39); }
div.DivClassName
{
background-color: #171F27;
}
.BgClassName
{
background-color: #171F27;
}
</style>
border-color css
<style>
span { border-color: #171F27; }
span { border-color: rgb(23,31,39); }
td.TdClassName
{
border-color: #171F27;
}
.TagClassName
{
border-color: #171F27;
}
</style>