Shades of Paua #161142
Tints of Paua #161142
RGB
CMYK
RGB Variations
Color information
#161142 (or 0x161142) is known color: Paua. HEX triplet: 16, 11 and 42. RGB value is (22,17,66). Sum of RGB (Red+Green+Blue) = 22+17+66=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #161142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161142 is #E9EEBD. Grayscale: #171717. Windows color (decimal): -15331006 or 4329750. OLE color: 4329750.
HSL color Cylindrical-coordinate representation of color #161142: hue angle of 246.12º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161142 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 17 | 66 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.74 |
| HSL | 246.12º | 0.59% | 0.16% | - |
| HSV(B) | 246.12º | 0.74% | 0.26% | - |
| XYZ | 1.51 | 0.96 | 5.26 | - |
| YUV | 24.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 66 | 0.67 | 0.74 | 0 | 0.74 | 246.12 | 0.59 | 0.16 |
| Hex | 16 | 11 | 42 | 43 | 4A | 0 | 4A | F6 | 3B | 10 |
| Octal | 26 | 21 | 102 | 103 | 112 | 0 | 112 | 366 | 73 | 20 |
| Binary | 10110 | 10001 | 1000010 | 1000011 | 1001010 | 0 | 1001010 | 11110110 | 111011 | 10000 |
Color Harmonies of #161142
Complementary color
Monochromatic Colors of #161142
Black with #161142
Text Example
Text Example
White with #161142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161142; }
p { color: rgb(22,17,66); }
H1.HeaderClassName
{
color: #161142;
}
.AnyTagClassName
{
color: #161142;
}
</style>
background-color css
<style>
a { background-color: #161142; }
a { background-color: rgb(22,17,66); }
div.DivClassName
{
background-color: #161142;
}
.BgClassName
{
background-color: #161142;
}
</style>
border-color css
<style>
span { border-color: #161142; }
span { border-color: rgb(22,17,66); }
td.TdClassName
{
border-color: #161142;
}
.TagClassName
{
border-color: #161142;
}
</style>