Shades of Black Pearl #171C1E
Tints of Black Pearl #171C1E
RGB
CMYK
RGB Variations
Color information
#171C1E (or 0x171C1E) is known color: Black Pearl. HEX triplet: 17, 1C and 1E. RGB value is (23,28,30). Sum of RGB (Red+Green+Blue) = 23+28+30=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 30 - color contains mainly: blue. Hex color #171C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171C1E is #E8E3E1. Grayscale: #1A1A1A. Windows color (decimal): -15262690 or 1973271. OLE color: 1973271.
HSL color Cylindrical-coordinate representation of color #171C1E: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #171C1E is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 28 | 30 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.88 |
| HSL | 197.14º | 0.13% | 0.1% | - |
| HSV(B) | 197.14º | 0.23% | 0.12% | - |
| XYZ | 1 | 1.11 | 1.39 | - |
| YUV | 26.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 30 | 0.23 | 0.07 | 0 | 0.88 | 197.14 | 0.13 | 0.1 |
| Hex | 17 | 1C | 1E | 17 | 7 | 0 | 58 | C5 | D | A |
| Octal | 27 | 34 | 36 | 27 | 7 | 0 | 130 | 305 | 15 | 12 |
| Binary | 10111 | 11100 | 11110 | 10111 | 111 | 0 | 1011000 | 11000101 | 1101 | 1010 |
Color Harmonies of #171C1E
Complementary color
Monochromatic Colors of #171C1E
Black with #171C1E
Text Example
Text Example
White with #171C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C1E; }
p { color: rgb(23,28,30); }
H1.HeaderClassName
{
color: #171C1E;
}
.AnyTagClassName
{
color: #171C1E;
}
</style>
background-color css
<style>
a { background-color: #171C1E; }
a { background-color: rgb(23,28,30); }
div.DivClassName
{
background-color: #171C1E;
}
.BgClassName
{
background-color: #171C1E;
}
</style>
border-color css
<style>
span { border-color: #171C1E; }
span { border-color: rgb(23,28,30); }
td.TdClassName
{
border-color: #171C1E;
}
.TagClassName
{
border-color: #171C1E;
}
</style>