Shades of Black Pearl #162831
Tints of Black Pearl #162831
RGB
CMYK
RGB Variations
Color information
#162831 (or 0x162831) is known color: Black Pearl. HEX triplet: 16, 28 and 31. RGB value is (22,40,49). Sum of RGB (Red+Green+Blue) = 22+40+49=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #162831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162831 is #E9D7CE. Grayscale: #232323. Windows color (decimal): -15325135 or 3221526. OLE color: 3221526.
HSL color Cylindrical-coordinate representation of color #162831: hue angle of 200º 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 #162831 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 40 | 49 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.81 |
| HSL | 200º | 0.38% | 0.14% | - |
| HSV(B) | 200º | 0.55% | 0.19% | - |
| XYZ | 1.64 | 1.91 | 3.19 | - |
| YUV | 35.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 49 | 0.55 | 0.18 | 0 | 0.81 | 200 | 0.38 | 0.14 |
| Hex | 16 | 28 | 31 | 37 | 12 | 0 | 51 | C8 | 26 | E |
| Octal | 26 | 50 | 61 | 67 | 22 | 0 | 121 | 310 | 46 | 16 |
| Binary | 10110 | 101000 | 110001 | 110111 | 10010 | 0 | 1010001 | 11001000 | 100110 | 1110 |
Color Harmonies of #162831
Complementary color
Monochromatic Colors of #162831
Black with #162831
Text Example
Text Example
White with #162831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162831; }
p { color: rgb(22,40,49); }
H1.HeaderClassName
{
color: #162831;
}
.AnyTagClassName
{
color: #162831;
}
</style>
background-color css
<style>
a { background-color: #162831; }
a { background-color: rgb(22,40,49); }
div.DivClassName
{
background-color: #162831;
}
.BgClassName
{
background-color: #162831;
}
</style>
border-color css
<style>
span { border-color: #162831; }
span { border-color: rgb(22,40,49); }
td.TdClassName
{
border-color: #162831;
}
.TagClassName
{
border-color: #162831;
}
</style>