Shades of Black Pearl #161C1E
Tints of Black Pearl #161C1E
RGB
CMYK
RGB Variations
Color information
#161C1E (or 0x161C1E) is known color: Black Pearl. HEX triplet: 16, 1C and 1E. RGB value is (22,28,30). Sum of RGB (Red+Green+Blue) = 22+28+30=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 30 - color contains mainly: blue. Hex color #161C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C1E is #E9E3E1. Grayscale: #1A1A1A. Windows color (decimal): -15328226 or 1973270. OLE color: 1973270.
HSL color Cylindrical-coordinate representation of color #161C1E: hue angle of 195º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #161C1E is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 28 | 30 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.88 |
| HSL | 195º | 0.15% | 0.1% | - |
| HSV(B) | 195º | 0.27% | 0.12% | - |
| XYZ | 0.98 | 1.09 | 1.39 | - |
| YUV | 26.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 30 | 0.27 | 0.07 | 0 | 0.88 | 195 | 0.15 | 0.1 |
| Hex | 16 | 1C | 1E | 1B | 7 | 0 | 58 | C3 | F | A |
| Octal | 26 | 34 | 36 | 33 | 7 | 0 | 130 | 303 | 17 | 12 |
| Binary | 10110 | 11100 | 11110 | 11011 | 111 | 0 | 1011000 | 11000011 | 1111 | 1010 |
Color Harmonies of #161C1E
Complementary color
Monochromatic Colors of #161C1E
Black with #161C1E
Text Example
Text Example
White with #161C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C1E; }
p { color: rgb(22,28,30); }
H1.HeaderClassName
{
color: #161C1E;
}
.AnyTagClassName
{
color: #161C1E;
}
</style>
background-color css
<style>
a { background-color: #161C1E; }
a { background-color: rgb(22,28,30); }
div.DivClassName
{
background-color: #161C1E;
}
.BgClassName
{
background-color: #161C1E;
}
</style>
border-color css
<style>
span { border-color: #161C1E; }
span { border-color: rgb(22,28,30); }
td.TdClassName
{
border-color: #161C1E;
}
.TagClassName
{
border-color: #161C1E;
}
</style>