Shades of Black Pearl #161819
Tints of Black Pearl #161819
RGB
CMYK
RGB Variations
Color information
#161819 (or 0x161819) is known color: Black Pearl. HEX triplet: 16, 18 and 19. RGB value is (22,24,25). Sum of RGB (Red+Green+Blue) = 22+24+25=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 25 - color contains mainly: blue. Hex color #161819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161819 is #E9E7E6. Grayscale: #171717. Windows color (decimal): -15329255 or 1644566. OLE color: 1644566.
HSL color Cylindrical-coordinate representation of color #161819: hue angle of 200º degrees, saturation: 0.06, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #161819 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 24 | 25 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.90 |
| HSL | 200º | 0.06% | 0.09% | - |
| HSV(B) | 200º | 0.12% | 0.1% | - |
| XYZ | 0.83 | 0.89 | 1.05 | - |
| YUV | 23.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 25 | 0.12 | 0.04 | 0 | 0.90 | 200 | 0.06 | 0.09 |
| Hex | 16 | 18 | 19 | C | 4 | 0 | 5A | C8 | 6 | 9 |
| Octal | 26 | 30 | 31 | 14 | 4 | 0 | 132 | 310 | 6 | 11 |
| Binary | 10110 | 11000 | 11001 | 1100 | 100 | 0 | 1011010 | 11001000 | 110 | 1001 |
Color Harmonies of #161819
Complementary color
Monochromatic Colors of #161819
Black with #161819
Text Example
Text Example
White with #161819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161819; }
p { color: rgb(22,24,25); }
H1.HeaderClassName
{
color: #161819;
}
.AnyTagClassName
{
color: #161819;
}
</style>
background-color css
<style>
a { background-color: #161819; }
a { background-color: rgb(22,24,25); }
div.DivClassName
{
background-color: #161819;
}
.BgClassName
{
background-color: #161819;
}
</style>
border-color css
<style>
span { border-color: #161819; }
span { border-color: rgb(22,24,25); }
td.TdClassName
{
border-color: #161819;
}
.TagClassName
{
border-color: #161819;
}
</style>