Shades of Black Pearl #171F2B
Tints of Black Pearl #171F2B
RGB
CMYK
RGB Variations
Color information
#171F2B (or 0x171F2B) is known color: Black Pearl. HEX triplet: 17, 1F and 2B. RGB value is (23,31,43). Sum of RGB (Red+Green+Blue) = 23+31+43=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #171F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F2B is #E8E0D4. Grayscale: #1D1D1D. Windows color (decimal): -15261909 or 2826007. OLE color: 2826007.
HSL color Cylindrical-coordinate representation of color #171F2B: hue angle of 216º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #171F2B is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 31 | 43 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.83 |
| HSL | 216º | 0.3% | 0.13% | - |
| HSV(B) | 216º | 0.47% | 0.17% | - |
| XYZ | 1.28 | 1.34 | 2.48 | - |
| YUV | 29.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 43 | 0.47 | 0.28 | 0 | 0.83 | 216 | 0.3 | 0.13 |
| Hex | 17 | 1F | 2B | 2F | 1C | 0 | 53 | D8 | 1E | D |
| Octal | 27 | 37 | 53 | 57 | 34 | 0 | 123 | 330 | 36 | 15 |
| Binary | 10111 | 11111 | 101011 | 101111 | 11100 | 0 | 1010011 | 11011000 | 11110 | 1101 |
Color Harmonies of #171F2B
Complementary color
Monochromatic Colors of #171F2B
Black with #171F2B
Text Example
Text Example
White with #171F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F2B; }
p { color: rgb(23,31,43); }
H1.HeaderClassName
{
color: #171F2B;
}
.AnyTagClassName
{
color: #171F2B;
}
</style>
background-color css
<style>
a { background-color: #171F2B; }
a { background-color: rgb(23,31,43); }
div.DivClassName
{
background-color: #171F2B;
}
.BgClassName
{
background-color: #171F2B;
}
</style>
border-color css
<style>
span { border-color: #171F2B; }
span { border-color: rgb(23,31,43); }
td.TdClassName
{
border-color: #171F2B;
}
.TagClassName
{
border-color: #171F2B;
}
</style>