Shades of Black Pearl #17191C
Tints of Black Pearl #17191C
RGB
CMYK
RGB Variations
Color information
#17191C (or 0x17191C) is known color: Black Pearl. HEX triplet: 17, 19 and 1C. RGB value is (23,25,28). Sum of RGB (Red+Green+Blue) = 23+25+28=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: blue. Hex color #17191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17191C is #E8E6E3. Grayscale: #181818. Windows color (decimal): -15263460 or 1841431. OLE color: 1841431.
HSL color Cylindrical-coordinate representation of color #17191C: hue angle of 216º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #17191C is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 25 | 28 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.89 |
| HSL | 216º | 0.1% | 0.1% | - |
| HSV(B) | 216º | 0.18% | 0.11% | - |
| XYZ | 0.91 | 0.96 | 1.24 | - |
| YUV | 24.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 28 | 0.18 | 0.11 | 0 | 0.89 | 216 | 0.1 | 0.1 |
| Hex | 17 | 19 | 1C | 12 | B | 0 | 59 | D8 | A | A |
| Octal | 27 | 31 | 34 | 22 | 13 | 0 | 131 | 330 | 12 | 12 |
| Binary | 10111 | 11001 | 11100 | 10010 | 1011 | 0 | 1011001 | 11011000 | 1010 | 1010 |
Color Harmonies of #17191C
Complementary color
Monochromatic Colors of #17191C
Black with #17191C
Text Example
Text Example
White with #17191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17191C; }
p { color: rgb(23,25,28); }
H1.HeaderClassName
{
color: #17191C;
}
.AnyTagClassName
{
color: #17191C;
}
</style>
background-color css
<style>
a { background-color: #17191C; }
a { background-color: rgb(23,25,28); }
div.DivClassName
{
background-color: #17191C;
}
.BgClassName
{
background-color: #17191C;
}
</style>
border-color css
<style>
span { border-color: #17191C; }
span { border-color: rgb(23,25,28); }
td.TdClassName
{
border-color: #17191C;
}
.TagClassName
{
border-color: #17191C;
}
</style>