Shades of Paua #160B47
Tints of Paua #160B47
RGB
CMYK
RGB Variations
Color information
#160B47 (or 0x160B47) is known color: Paua. HEX triplet: 16, 0B and 47. RGB value is (22,11,71). Sum of RGB (Red+Green+Blue) = 22+11+71=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #160B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B47 is #E9F4B8. Grayscale: #141414. Windows color (decimal): -15332537 or 4655894. OLE color: 4655894.
HSL color Cylindrical-coordinate representation of color #160B47: hue angle of 251º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #160B47 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 11 | 71 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.72 |
| HSL | 251º | 0.73% | 0.16% | - |
| HSV(B) | 251º | 0.85% | 0.28% | - |
| XYZ | 1.59 | 0.86 | 6.04 | - |
| YUV | 21.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 71 | 0.69 | 0.85 | 0 | 0.72 | 251 | 0.73 | 0.16 |
| Hex | 16 | B | 47 | 45 | 55 | 0 | 48 | FB | 49 | 10 |
| Octal | 26 | 13 | 107 | 105 | 125 | 0 | 110 | 373 | 111 | 20 |
| Binary | 10110 | 1011 | 1000111 | 1000101 | 1010101 | 0 | 1001000 | 11111011 | 1001001 | 10000 |
Color Harmonies of #160B47
Complementary color
Monochromatic Colors of #160B47
Black with #160B47
Text Example
Text Example
White with #160B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B47; }
p { color: rgb(22,11,71); }
H1.HeaderClassName
{
color: #160B47;
}
.AnyTagClassName
{
color: #160B47;
}
</style>
background-color css
<style>
a { background-color: #160B47; }
a { background-color: rgb(22,11,71); }
div.DivClassName
{
background-color: #160B47;
}
.BgClassName
{
background-color: #160B47;
}
</style>
border-color css
<style>
span { border-color: #160B47; }
span { border-color: rgb(22,11,71); }
td.TdClassName
{
border-color: #160B47;
}
.TagClassName
{
border-color: #160B47;
}
</style>