Shades of Black Pearl #161D1F
Tints of Black Pearl #161D1F
RGB
CMYK
RGB Variations
Color information
#161D1F (or 0x161D1F) is known color: Black Pearl. HEX triplet: 16, 1D and 1F. RGB value is (22,29,31). Sum of RGB (Red+Green+Blue) = 22+29+31=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #161D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D1F is #E9E2E0. Grayscale: #1B1B1B. Windows color (decimal): -15327969 or 2039062. OLE color: 2039062.
HSL color Cylindrical-coordinate representation of color #161D1F: hue angle of 193.33º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #161D1F is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 29 | 31 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.88 |
| HSL | 193.33º | 0.17% | 0.1% | - |
| HSV(B) | 193.33º | 0.29% | 0.12% | - |
| XYZ | 1.02 | 1.15 | 1.46 | - |
| YUV | 27.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 31 | 0.29 | 0.06 | 0 | 0.88 | 193.33 | 0.17 | 0.1 |
| Hex | 16 | 1D | 1F | 1D | 6 | 0 | 58 | C1 | 11 | A |
| Octal | 26 | 35 | 37 | 35 | 6 | 0 | 130 | 301 | 21 | 12 |
| Binary | 10110 | 11101 | 11111 | 11101 | 110 | 0 | 1011000 | 11000001 | 10001 | 1010 |
Color Harmonies of #161D1F
Complementary color
Monochromatic Colors of #161D1F
Black with #161D1F
Text Example
Text Example
White with #161D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D1F; }
p { color: rgb(22,29,31); }
H1.HeaderClassName
{
color: #161D1F;
}
.AnyTagClassName
{
color: #161D1F;
}
</style>
background-color css
<style>
a { background-color: #161D1F; }
a { background-color: rgb(22,29,31); }
div.DivClassName
{
background-color: #161D1F;
}
.BgClassName
{
background-color: #161D1F;
}
</style>
border-color css
<style>
span { border-color: #161D1F; }
span { border-color: rgb(22,29,31); }
td.TdClassName
{
border-color: #161D1F;
}
.TagClassName
{
border-color: #161D1F;
}
</style>