Shades of Black Pearl #10191D
Tints of Black Pearl #10191D
RGB
CMYK
RGB Variations
Color information
#10191D (or 0x10191D) is known color: Black Pearl. HEX triplet: 10, 19 and 1D. RGB value is (16,25,29). Sum of RGB (Red+Green+Blue) = 16+25+29=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #10191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10191D is #EFE6E2. Grayscale: #161616. Windows color (decimal): -15722211 or 1906960. OLE color: 1906960.
HSL color Cylindrical-coordinate representation of color #10191D: hue angle of 198.46º 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 #10191D is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 25 | 29 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.89 |
| HSL | 198.46º | 0.29% | 0.09% | - |
| HSV(B) | 198.46º | 0.45% | 0.11% | - |
| XYZ | 0.78 | 0.89 | 1.29 | - |
| YUV | 22.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 29 | 0.45 | 0.14 | 0 | 0.89 | 198.46 | 0.29 | 0.09 |
| Hex | 10 | 19 | 1D | 2D | E | 0 | 59 | C6 | 1D | 9 |
| Octal | 20 | 31 | 35 | 55 | 16 | 0 | 131 | 306 | 35 | 11 |
| Binary | 10000 | 11001 | 11101 | 101101 | 1110 | 0 | 1011001 | 11000110 | 11101 | 1001 |
Color Harmonies of #10191D
Complementary color
Monochromatic Colors of #10191D
Black with #10191D
Text Example
Text Example
White with #10191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10191D; }
p { color: rgb(16,25,29); }
H1.HeaderClassName
{
color: #10191D;
}
.AnyTagClassName
{
color: #10191D;
}
</style>
background-color css
<style>
a { background-color: #10191D; }
a { background-color: rgb(16,25,29); }
div.DivClassName
{
background-color: #10191D;
}
.BgClassName
{
background-color: #10191D;
}
</style>
border-color css
<style>
span { border-color: #10191D; }
span { border-color: rgb(16,25,29); }
td.TdClassName
{
border-color: #10191D;
}
.TagClassName
{
border-color: #10191D;
}
</style>