Shades of Paua #161350
Tints of Paua #161350
RGB
CMYK
RGB Variations
Color information
#161350 (or 0x161350) is known color: Paua. HEX triplet: 16, 13 and 50. RGB value is (22,19,80). Sum of RGB (Red+Green+Blue) = 22+19+80=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #161350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161350 is #E9ECAF. Grayscale: #1A1A1A. Windows color (decimal): -15330480 or 5247766. OLE color: 5247766.
HSL color Cylindrical-coordinate representation of color #161350: hue angle of 242.95º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161350 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 19 | 80 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.69 |
| HSL | 242.95º | 0.62% | 0.19% | - |
| HSV(B) | 242.95º | 0.76% | 0.31% | - |
| XYZ | 2.01 | 1.22 | 7.72 | - |
| YUV | 26.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 80 | 0.72 | 0.76 | 0 | 0.69 | 242.95 | 0.62 | 0.19 |
| Hex | 16 | 13 | 50 | 48 | 4C | 0 | 45 | F3 | 3E | 13 |
| Octal | 26 | 23 | 120 | 110 | 114 | 0 | 105 | 363 | 76 | 23 |
| Binary | 10110 | 10011 | 1010000 | 1001000 | 1001100 | 0 | 1000101 | 11110011 | 111110 | 10011 |
Color Harmonies of #161350
Complementary color
Monochromatic Colors of #161350
Black with #161350
Text Example
Text Example
White with #161350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161350; }
p { color: rgb(22,19,80); }
H1.HeaderClassName
{
color: #161350;
}
.AnyTagClassName
{
color: #161350;
}
</style>
background-color css
<style>
a { background-color: #161350; }
a { background-color: rgb(22,19,80); }
div.DivClassName
{
background-color: #161350;
}
.BgClassName
{
background-color: #161350;
}
</style>
border-color css
<style>
span { border-color: #161350; }
span { border-color: rgb(22,19,80); }
td.TdClassName
{
border-color: #161350;
}
.TagClassName
{
border-color: #161350;
}
</style>