Shades of Black Pearl #16191C
Tints of Black Pearl #16191C
RGB
CMYK
RGB Variations
Color information
#16191C (or 0x16191C) is known color: Black Pearl. HEX triplet: 16, 19 and 1C. RGB value is (22,25,28). Sum of RGB (Red+Green+Blue) = 22+25+28=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #16191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16191C is #E9E6E3. Grayscale: #181818. Windows color (decimal): -15328996 or 1841430. OLE color: 1841430.
HSL color Cylindrical-coordinate representation of color #16191C: hue angle of 210º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #16191C is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 25 | 28 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.89 |
| HSL | 210º | 0.12% | 0.1% | - |
| HSV(B) | 210º | 0.21% | 0.11% | - |
| XYZ | 0.89 | 0.95 | 1.24 | - |
| YUV | 24.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 28 | 0.21 | 0.11 | 0 | 0.89 | 210 | 0.12 | 0.1 |
| Hex | 16 | 19 | 1C | 15 | B | 0 | 59 | D2 | C | A |
| Octal | 26 | 31 | 34 | 25 | 13 | 0 | 131 | 322 | 14 | 12 |
| Binary | 10110 | 11001 | 11100 | 10101 | 1011 | 0 | 1011001 | 11010010 | 1100 | 1010 |
Color Harmonies of #16191C
Complementary color
Monochromatic Colors of #16191C
Black with #16191C
Text Example
Text Example
White with #16191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16191C; }
p { color: rgb(22,25,28); }
H1.HeaderClassName
{
color: #16191C;
}
.AnyTagClassName
{
color: #16191C;
}
</style>
background-color css
<style>
a { background-color: #16191C; }
a { background-color: rgb(22,25,28); }
div.DivClassName
{
background-color: #16191C;
}
.BgClassName
{
background-color: #16191C;
}
</style>
border-color css
<style>
span { border-color: #16191C; }
span { border-color: rgb(22,25,28); }
td.TdClassName
{
border-color: #16191C;
}
.TagClassName
{
border-color: #16191C;
}
</style>