Shades of Black Pearl #10171D
Tints of Black Pearl #10171D
RGB
CMYK
RGB Variations
Color information
#10171D (or 0x10171D) is known color: Black Pearl. HEX triplet: 10, 17 and 1D. RGB value is (16,23,29). Sum of RGB (Red+Green+Blue) = 16+23+29=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #10171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171D is #EFE8E2. Grayscale: #151515. Windows color (decimal): -15722723 or 1906448. OLE color: 1906448.
HSL color Cylindrical-coordinate representation of color #10171D: hue angle of 207.69º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #10171D is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 23 | 29 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.89 |
| HSL | 207.69º | 0.29% | 0.09% | - |
| HSV(B) | 207.69º | 0.45% | 0.11% | - |
| XYZ | 0.74 | 0.81 | 1.28 | - |
| YUV | 21.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 29 | 0.45 | 0.21 | 0 | 0.89 | 207.69 | 0.29 | 0.09 |
| Hex | 10 | 17 | 1D | 2D | 15 | 0 | 59 | D0 | 1D | 9 |
| Octal | 20 | 27 | 35 | 55 | 25 | 0 | 131 | 320 | 35 | 11 |
| Binary | 10000 | 10111 | 11101 | 101101 | 10101 | 0 | 1011001 | 11010000 | 11101 | 1001 |
Color Harmonies of #10171D
Complementary color
Monochromatic Colors of #10171D
Black with #10171D
Text Example
Text Example
White with #10171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10171D; }
p { color: rgb(16,23,29); }
H1.HeaderClassName
{
color: #10171D;
}
.AnyTagClassName
{
color: #10171D;
}
</style>
background-color css
<style>
a { background-color: #10171D; }
a { background-color: rgb(16,23,29); }
div.DivClassName
{
background-color: #10171D;
}
.BgClassName
{
background-color: #10171D;
}
</style>
border-color css
<style>
span { border-color: #10171D; }
span { border-color: rgb(16,23,29); }
td.TdClassName
{
border-color: #10171D;
}
.TagClassName
{
border-color: #10171D;
}
</style>