Shades of Paua #161249
Tints of Paua #161249
RGB
CMYK
RGB Variations
Color information
#161249 (or 0x161249) is known color: Paua. HEX triplet: 16, 12 and 49. RGB value is (22,18,73). Sum of RGB (Red+Green+Blue) = 22+18+73=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #161249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161249 is #E9EDB6. Grayscale: #191919. Windows color (decimal): -15330743 or 4788758. OLE color: 4788758.
HSL color Cylindrical-coordinate representation of color #161249: hue angle of 244.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161249 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 18 | 73 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.71 |
| HSL | 244.36º | 0.6% | 0.18% | - |
| HSV(B) | 244.36º | 0.75% | 0.29% | - |
| XYZ | 1.75 | 1.08 | 6.42 | - |
| YUV | 25.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 73 | 0.70 | 0.75 | 0 | 0.71 | 244.36 | 0.6 | 0.18 |
| Hex | 16 | 12 | 49 | 46 | 4B | 0 | 47 | F4 | 3C | 12 |
| Octal | 26 | 22 | 111 | 106 | 113 | 0 | 107 | 364 | 74 | 22 |
| Binary | 10110 | 10010 | 1001001 | 1000110 | 1001011 | 0 | 1000111 | 11110100 | 111100 | 10010 |
Color Harmonies of #161249
Complementary color
Monochromatic Colors of #161249
Black with #161249
Text Example
Text Example
White with #161249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161249; }
p { color: rgb(22,18,73); }
H1.HeaderClassName
{
color: #161249;
}
.AnyTagClassName
{
color: #161249;
}
</style>
background-color css
<style>
a { background-color: #161249; }
a { background-color: rgb(22,18,73); }
div.DivClassName
{
background-color: #161249;
}
.BgClassName
{
background-color: #161249;
}
</style>
border-color css
<style>
span { border-color: #161249; }
span { border-color: rgb(22,18,73); }
td.TdClassName
{
border-color: #161249;
}
.TagClassName
{
border-color: #161249;
}
</style>