Shades of Black Pearl #171B1E
Tints of Black Pearl #171B1E
RGB
CMYK
RGB Variations
Color information
#171B1E (or 0x171B1E) is known color: Black Pearl. HEX triplet: 17, 1B and 1E. RGB value is (23,27,30). Sum of RGB (Red+Green+Blue) = 23+27+30=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 30 - color contains mainly: blue. Hex color #171B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171B1E is #E8E4E1. Grayscale: #1A1A1A. Windows color (decimal): -15262946 or 1973015. OLE color: 1973015.
HSL color Cylindrical-coordinate representation of color #171B1E: hue angle of 205.71º 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 #171B1E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 27 | 30 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.88 |
| HSL | 205.71º | 0.13% | 0.1% | - |
| HSV(B) | 205.71º | 0.23% | 0.12% | - |
| XYZ | 0.98 | 1.06 | 1.38 | - |
| YUV | 26.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 30 | 0.23 | 0.10 | 0 | 0.88 | 205.71 | 0.13 | 0.1 |
| Hex | 17 | 1B | 1E | 17 | A | 0 | 58 | CE | D | A |
| Octal | 27 | 33 | 36 | 27 | 12 | 0 | 130 | 316 | 15 | 12 |
| Binary | 10111 | 11011 | 11110 | 10111 | 1010 | 0 | 1011000 | 11001110 | 1101 | 1010 |
Color Harmonies of #171B1E
Complementary color
Monochromatic Colors of #171B1E
Black with #171B1E
Text Example
Text Example
White with #171B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171B1E; }
p { color: rgb(23,27,30); }
H1.HeaderClassName
{
color: #171B1E;
}
.AnyTagClassName
{
color: #171B1E;
}
</style>
background-color css
<style>
a { background-color: #171B1E; }
a { background-color: rgb(23,27,30); }
div.DivClassName
{
background-color: #171B1E;
}
.BgClassName
{
background-color: #171B1E;
}
</style>
border-color css
<style>
span { border-color: #171B1E; }
span { border-color: rgb(23,27,30); }
td.TdClassName
{
border-color: #171B1E;
}
.TagClassName
{
border-color: #171B1E;
}
</style>