Shades of Black Pearl #10171F
Tints of Black Pearl #10171F
RGB
CMYK
RGB Variations
Color information
#10171F (or 0x10171F) is known color: Black Pearl. HEX triplet: 10, 17 and 1F. RGB value is (16,23,31). Sum of RGB (Red+Green+Blue) = 16+23+31=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #10171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171F is #EFE8E0. Grayscale: #151515. Windows color (decimal): -15722721 or 2037520. OLE color: 2037520.
HSL color Cylindrical-coordinate representation of color #10171F: hue angle of 212º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10171F is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 23 | 31 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.88 |
| HSL | 212º | 0.32% | 0.09% | - |
| HSV(B) | 212º | 0.48% | 0.12% | - |
| XYZ | 0.77 | 0.82 | 1.41 | - |
| YUV | 21.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 31 | 0.48 | 0.26 | 0 | 0.88 | 212 | 0.32 | 0.09 |
| Hex | 10 | 17 | 1F | 30 | 1A | 0 | 58 | D4 | 20 | 9 |
| Octal | 20 | 27 | 37 | 60 | 32 | 0 | 130 | 324 | 40 | 11 |
| Binary | 10000 | 10111 | 11111 | 110000 | 11010 | 0 | 1011000 | 11010100 | 100000 | 1001 |
Color Harmonies of #10171F
Complementary color
Monochromatic Colors of #10171F
Black with #10171F
Text Example
Text Example
White with #10171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10171F; }
p { color: rgb(16,23,31); }
H1.HeaderClassName
{
color: #10171F;
}
.AnyTagClassName
{
color: #10171F;
}
</style>
background-color css
<style>
a { background-color: #10171F; }
a { background-color: rgb(16,23,31); }
div.DivClassName
{
background-color: #10171F;
}
.BgClassName
{
background-color: #10171F;
}
</style>
border-color css
<style>
span { border-color: #10171F; }
span { border-color: rgb(16,23,31); }
td.TdClassName
{
border-color: #10171F;
}
.TagClassName
{
border-color: #10171F;
}
</style>