Shades of Black Pearl #10171B
Tints of Black Pearl #10171B
RGB
CMYK
RGB Variations
Color information
#10171B (or 0x10171B) is known color: Black Pearl. HEX triplet: 10, 17 and 1B. RGB value is (16,23,27). Sum of RGB (Red+Green+Blue) = 16+23+27=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #10171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171B is #EFE8E4. Grayscale: #151515. Windows color (decimal): -15722725 or 1775376. OLE color: 1775376.
HSL color Cylindrical-coordinate representation of color #10171B: hue angle of 201.82º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #10171B is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 23 | 27 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.89 |
| HSL | 201.82º | 0.26% | 0.08% | - |
| HSV(B) | 201.82º | 0.41% | 0.11% | - |
| XYZ | 0.72 | 0.8 | 1.15 | - |
| YUV | 21.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 27 | 0.41 | 0.15 | 0 | 0.89 | 201.82 | 0.26 | 0.08 |
| Hex | 10 | 17 | 1B | 29 | F | 0 | 59 | CA | 1A | 8 |
| Octal | 20 | 27 | 33 | 51 | 17 | 0 | 131 | 312 | 32 | 10 |
| Binary | 10000 | 10111 | 11011 | 101001 | 1111 | 0 | 1011001 | 11001010 | 11010 | 1000 |
Color Harmonies of #10171B
Complementary color
Monochromatic Colors of #10171B
Black with #10171B
Text Example
Text Example
White with #10171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10171B; }
p { color: rgb(16,23,27); }
H1.HeaderClassName
{
color: #10171B;
}
.AnyTagClassName
{
color: #10171B;
}
</style>
background-color css
<style>
a { background-color: #10171B; }
a { background-color: rgb(16,23,27); }
div.DivClassName
{
background-color: #10171B;
}
.BgClassName
{
background-color: #10171B;
}
</style>
border-color css
<style>
span { border-color: #10171B; }
span { border-color: rgb(16,23,27); }
td.TdClassName
{
border-color: #10171B;
}
.TagClassName
{
border-color: #10171B;
}
</style>