Shades of Black Pearl #161D28
Tints of Black Pearl #161D28
RGB
CMYK
RGB Variations
Color information
#161D28 (or 0x161D28) is known color: Black Pearl. HEX triplet: 16, 1D and 28. RGB value is (22,29,40). Sum of RGB (Red+Green+Blue) = 22+29+40=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #161D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D28 is #E9E2D7. Grayscale: #1C1C1C. Windows color (decimal): -15327960 or 2628886. OLE color: 2628886.
HSL color Cylindrical-coordinate representation of color #161D28: hue angle of 216.67º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #161D28 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 29 | 40 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.84 |
| HSL | 216.67º | 0.29% | 0.12% | - |
| HSV(B) | 216.67º | 0.45% | 0.16% | - |
| XYZ | 1.15 | 1.2 | 2.18 | - |
| YUV | 28.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 40 | 0.45 | 0.28 | 0 | 0.84 | 216.67 | 0.29 | 0.12 |
| Hex | 16 | 1D | 28 | 2D | 1C | 0 | 54 | D9 | 1D | C |
| Octal | 26 | 35 | 50 | 55 | 34 | 0 | 124 | 331 | 35 | 14 |
| Binary | 10110 | 11101 | 101000 | 101101 | 11100 | 0 | 1010100 | 11011001 | 11101 | 1100 |
Color Harmonies of #161D28
Complementary color
Monochromatic Colors of #161D28
Black with #161D28
Text Example
Text Example
White with #161D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D28; }
p { color: rgb(22,29,40); }
H1.HeaderClassName
{
color: #161D28;
}
.AnyTagClassName
{
color: #161D28;
}
</style>
background-color css
<style>
a { background-color: #161D28; }
a { background-color: rgb(22,29,40); }
div.DivClassName
{
background-color: #161D28;
}
.BgClassName
{
background-color: #161D28;
}
</style>
border-color css
<style>
span { border-color: #161D28; }
span { border-color: rgb(22,29,40); }
td.TdClassName
{
border-color: #161D28;
}
.TagClassName
{
border-color: #161D28;
}
</style>