Shades of Paua #161448
Tints of Paua #161448
RGB
CMYK
RGB Variations
Color information
#161448 (or 0x161448) is known color: Paua. HEX triplet: 16, 14 and 48. RGB value is (22,20,72). Sum of RGB (Red+Green+Blue) = 22+20+72=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #161448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161448 is #E9EBB7. Grayscale: #1A1A1A. Windows color (decimal): -15330232 or 4723734. OLE color: 4723734.
HSL color Cylindrical-coordinate representation of color #161448: hue angle of 242.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161448 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 20 | 72 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.72 |
| HSL | 242.31º | 0.57% | 0.18% | - |
| HSV(B) | 242.31º | 0.72% | 0.28% | - |
| XYZ | 1.75 | 1.14 | 6.26 | - |
| YUV | 26.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 72 | 0.69 | 0.72 | 0 | 0.72 | 242.31 | 0.57 | 0.18 |
| Hex | 16 | 14 | 48 | 45 | 48 | 0 | 48 | F2 | 39 | 12 |
| Octal | 26 | 24 | 110 | 105 | 110 | 0 | 110 | 362 | 71 | 22 |
| Binary | 10110 | 10100 | 1001000 | 1000101 | 1001000 | 0 | 1001000 | 11110010 | 111001 | 10010 |
Color Harmonies of #161448
Complementary color
Monochromatic Colors of #161448
Black with #161448
Text Example
Text Example
White with #161448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161448; }
p { color: rgb(22,20,72); }
H1.HeaderClassName
{
color: #161448;
}
.AnyTagClassName
{
color: #161448;
}
</style>
background-color css
<style>
a { background-color: #161448; }
a { background-color: rgb(22,20,72); }
div.DivClassName
{
background-color: #161448;
}
.BgClassName
{
background-color: #161448;
}
</style>
border-color css
<style>
span { border-color: #161448; }
span { border-color: rgb(22,20,72); }
td.TdClassName
{
border-color: #161448;
}
.TagClassName
{
border-color: #161448;
}
</style>