Shades of Black Pearl #10191C
Tints of Black Pearl #10191C
RGB
CMYK
RGB Variations
Color information
#10191C (or 0x10191C) is known color: Black Pearl. HEX triplet: 10, 19 and 1C. RGB value is (16,25,28). Sum of RGB (Red+Green+Blue) = 16+25+28=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #10191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10191C is #EFE6E3. Grayscale: #161616. Windows color (decimal): -15722212 or 1841424. OLE color: 1841424.
HSL color Cylindrical-coordinate representation of color #10191C: hue angle of 195º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10191C is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 25 | 28 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.89 |
| HSL | 195º | 0.27% | 0.09% | - |
| HSV(B) | 195º | 0.43% | 0.11% | - |
| XYZ | 0.77 | 0.89 | 1.23 | - |
| YUV | 22.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 28 | 0.43 | 0.11 | 0 | 0.89 | 195 | 0.27 | 0.09 |
| Hex | 10 | 19 | 1C | 2B | B | 0 | 59 | C3 | 1B | 9 |
| Octal | 20 | 31 | 34 | 53 | 13 | 0 | 131 | 303 | 33 | 11 |
| Binary | 10000 | 11001 | 11100 | 101011 | 1011 | 0 | 1011001 | 11000011 | 11011 | 1001 |
Color Harmonies of #10191C
Complementary color
Monochromatic Colors of #10191C
Black with #10191C
Text Example
Text Example
White with #10191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10191C; }
p { color: rgb(16,25,28); }
H1.HeaderClassName
{
color: #10191C;
}
.AnyTagClassName
{
color: #10191C;
}
</style>
background-color css
<style>
a { background-color: #10191C; }
a { background-color: rgb(16,25,28); }
div.DivClassName
{
background-color: #10191C;
}
.BgClassName
{
background-color: #10191C;
}
</style>
border-color css
<style>
span { border-color: #10191C; }
span { border-color: rgb(16,25,28); }
td.TdClassName
{
border-color: #10191C;
}
.TagClassName
{
border-color: #10191C;
}
</style>