Shades of Black Pearl #162231
Tints of Black Pearl #162231
RGB
CMYK
RGB Variations
Color information
#162231 (or 0x162231) is known color: Black Pearl. HEX triplet: 16, 22 and 31. RGB value is (22,34,49). Sum of RGB (Red+Green+Blue) = 22+34+49=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #162231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162231 is #E9DDCE. Grayscale: #202020. Windows color (decimal): -15326671 or 3219990. OLE color: 3219990.
HSL color Cylindrical-coordinate representation of color #162231: hue angle of 213.33º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #162231 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 34 | 49 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.81 |
| HSL | 213.33º | 0.38% | 0.14% | - |
| HSV(B) | 213.33º | 0.55% | 0.19% | - |
| XYZ | 1.46 | 1.54 | 3.13 | - |
| YUV | 32.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 49 | 0.55 | 0.31 | 0 | 0.81 | 213.33 | 0.38 | 0.14 |
| Hex | 16 | 22 | 31 | 37 | 1F | 0 | 51 | D5 | 26 | E |
| Octal | 26 | 42 | 61 | 67 | 37 | 0 | 121 | 325 | 46 | 16 |
| Binary | 10110 | 100010 | 110001 | 110111 | 11111 | 0 | 1010001 | 11010101 | 100110 | 1110 |
Color Harmonies of #162231
Complementary color
Monochromatic Colors of #162231
Black with #162231
Text Example
Text Example
White with #162231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162231; }
p { color: rgb(22,34,49); }
H1.HeaderClassName
{
color: #162231;
}
.AnyTagClassName
{
color: #162231;
}
</style>
background-color css
<style>
a { background-color: #162231; }
a { background-color: rgb(22,34,49); }
div.DivClassName
{
background-color: #162231;
}
.BgClassName
{
background-color: #162231;
}
</style>
border-color css
<style>
span { border-color: #162231; }
span { border-color: rgb(22,34,49); }
td.TdClassName
{
border-color: #162231;
}
.TagClassName
{
border-color: #162231;
}
</style>