Shades of Black Pearl #162932
Tints of Black Pearl #162932
RGB
CMYK
RGB Variations
Color information
#162932 (or 0x162932) is known color: Black Pearl. HEX triplet: 16, 29 and 32. RGB value is (22,41,50). Sum of RGB (Red+Green+Blue) = 22+41+50=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #162932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162932 is #E9D6CD. Grayscale: #242424. Windows color (decimal): -15324878 or 3287318. OLE color: 3287318.
HSL color Cylindrical-coordinate representation of color #162932: hue angle of 199.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #162932 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 41 | 50 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.80 |
| HSL | 199.29º | 0.39% | 0.14% | - |
| HSV(B) | 199.29º | 0.56% | 0.2% | - |
| XYZ | 1.7 | 1.99 | 3.31 | - |
| YUV | 36.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 50 | 0.56 | 0.18 | 0 | 0.80 | 199.29 | 0.39 | 0.14 |
| Hex | 16 | 29 | 32 | 38 | 12 | 0 | 50 | C7 | 27 | E |
| Octal | 26 | 51 | 62 | 70 | 22 | 0 | 120 | 307 | 47 | 16 |
| Binary | 10110 | 101001 | 110010 | 111000 | 10010 | 0 | 1010000 | 11000111 | 100111 | 1110 |
Color Harmonies of #162932
Complementary color
Monochromatic Colors of #162932
Black with #162932
Text Example
Text Example
White with #162932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162932; }
p { color: rgb(22,41,50); }
H1.HeaderClassName
{
color: #162932;
}
.AnyTagClassName
{
color: #162932;
}
</style>
background-color css
<style>
a { background-color: #162932; }
a { background-color: rgb(22,41,50); }
div.DivClassName
{
background-color: #162932;
}
.BgClassName
{
background-color: #162932;
}
</style>
border-color css
<style>
span { border-color: #162932; }
span { border-color: rgb(22,41,50); }
td.TdClassName
{
border-color: #162932;
}
.TagClassName
{
border-color: #162932;
}
</style>