Shades of Black Pearl #162431
Tints of Black Pearl #162431
RGB
CMYK
RGB Variations
Color information
#162431 (or 0x162431) is known color: Black Pearl. HEX triplet: 16, 24 and 31. RGB value is (22,36,49). Sum of RGB (Red+Green+Blue) = 22+36+49=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #162431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162431 is #E9DBCE. Grayscale: #212121. Windows color (decimal): -15326159 or 3220502. OLE color: 3220502.
HSL color Cylindrical-coordinate representation of color #162431: hue angle of 208.89º 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 #162431 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 36 | 49 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.81 |
| HSL | 208.89º | 0.38% | 0.14% | - |
| HSV(B) | 208.89º | 0.55% | 0.19% | - |
| XYZ | 1.52 | 1.65 | 3.15 | - |
| YUV | 33.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 49 | 0.55 | 0.27 | 0 | 0.81 | 208.89 | 0.38 | 0.14 |
| Hex | 16 | 24 | 31 | 37 | 1B | 0 | 51 | D1 | 26 | E |
| Octal | 26 | 44 | 61 | 67 | 33 | 0 | 121 | 321 | 46 | 16 |
| Binary | 10110 | 100100 | 110001 | 110111 | 11011 | 0 | 1010001 | 11010001 | 100110 | 1110 |
Color Harmonies of #162431
Complementary color
Monochromatic Colors of #162431
Black with #162431
Text Example
Text Example
White with #162431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162431; }
p { color: rgb(22,36,49); }
H1.HeaderClassName
{
color: #162431;
}
.AnyTagClassName
{
color: #162431;
}
</style>
background-color css
<style>
a { background-color: #162431; }
a { background-color: rgb(22,36,49); }
div.DivClassName
{
background-color: #162431;
}
.BgClassName
{
background-color: #162431;
}
</style>
border-color css
<style>
span { border-color: #162431; }
span { border-color: rgb(22,36,49); }
td.TdClassName
{
border-color: #162431;
}
.TagClassName
{
border-color: #162431;
}
</style>