Shades of Paua #160B50
Tints of Paua #160B50
RGB
CMYK
RGB Variations
Color information
#160B50 (or 0x160B50) is known color: Paua. HEX triplet: 16, 0B and 50. RGB value is (22,11,80). Sum of RGB (Red+Green+Blue) = 22+11+80=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #160B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B50 is #E9F4AF. Grayscale: #151515. Windows color (decimal): -15332528 or 5245718. OLE color: 5245718.
HSL color Cylindrical-coordinate representation of color #160B50: hue angle of 249.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160B50 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 11 | 80 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.69 |
| HSL | 249.57º | 0.76% | 0.18% | - |
| HSV(B) | 249.57º | 0.86% | 0.31% | - |
| XYZ | 1.9 | 0.99 | 7.68 | - |
| YUV | 22.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 80 | 0.72 | 0.86 | 0 | 0.69 | 249.57 | 0.76 | 0.18 |
| Hex | 16 | B | 50 | 48 | 56 | 0 | 45 | FA | 4C | 12 |
| Octal | 26 | 13 | 120 | 110 | 126 | 0 | 105 | 372 | 114 | 22 |
| Binary | 10110 | 1011 | 1010000 | 1001000 | 1010110 | 0 | 1000101 | 11111010 | 1001100 | 10010 |
Color Harmonies of #160B50
Complementary color
Monochromatic Colors of #160B50
Black with #160B50
Text Example
Text Example
White with #160B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B50; }
p { color: rgb(22,11,80); }
H1.HeaderClassName
{
color: #160B50;
}
.AnyTagClassName
{
color: #160B50;
}
</style>
background-color css
<style>
a { background-color: #160B50; }
a { background-color: rgb(22,11,80); }
div.DivClassName
{
background-color: #160B50;
}
.BgClassName
{
background-color: #160B50;
}
</style>
border-color css
<style>
span { border-color: #160B50; }
span { border-color: rgb(22,11,80); }
td.TdClassName
{
border-color: #160B50;
}
.TagClassName
{
border-color: #160B50;
}
</style>