Shades of Black Pearl #171A1E
Tints of Black Pearl #171A1E
RGB
CMYK
RGB Variations
Color information
#171A1E (or 0x171A1E) is known color: Black Pearl. HEX triplet: 17, 1A and 1E. RGB value is (23,26,30). Sum of RGB (Red+Green+Blue) = 23+26+30=79 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.11% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 30 - color contains mainly: blue. Hex color #171A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171A1E is #E8E5E1. Grayscale: #191919. Windows color (decimal): -15263202 or 1972759. OLE color: 1972759.
HSL color Cylindrical-coordinate representation of color #171A1E: hue angle of 214.29º 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 #171A1E is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 26 | 30 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.88 |
| HSL | 214.29º | 0.13% | 0.1% | - |
| HSV(B) | 214.29º | 0.23% | 0.12% | - |
| XYZ | 0.96 | 1.01 | 1.37 | - |
| YUV | 25.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 30 | 0.23 | 0.13 | 0 | 0.88 | 214.29 | 0.13 | 0.1 |
| Hex | 17 | 1A | 1E | 17 | D | 0 | 58 | D6 | D | A |
| Octal | 27 | 32 | 36 | 27 | 15 | 0 | 130 | 326 | 15 | 12 |
| Binary | 10111 | 11010 | 11110 | 10111 | 1101 | 0 | 1011000 | 11010110 | 1101 | 1010 |
Color Harmonies of #171A1E
Complementary color
Monochromatic Colors of #171A1E
Black with #171A1E
Text Example
Text Example
White with #171A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A1E; }
p { color: rgb(23,26,30); }
H1.HeaderClassName
{
color: #171A1E;
}
.AnyTagClassName
{
color: #171A1E;
}
</style>
background-color css
<style>
a { background-color: #171A1E; }
a { background-color: rgb(23,26,30); }
div.DivClassName
{
background-color: #171A1E;
}
.BgClassName
{
background-color: #171A1E;
}
</style>
border-color css
<style>
span { border-color: #171A1E; }
span { border-color: rgb(23,26,30); }
td.TdClassName
{
border-color: #171A1E;
}
.TagClassName
{
border-color: #171A1E;
}
</style>