#161447

Color #161447 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #161447

Tints of Paua #161447

Color information

#161447 (or 0x161447) is unknown color: approx Paua. HEX triplet: 16, 14 and 47. RGB value is (22,20,71). Sum of RGB (Red+Green+Blue) = 22+20+71=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #161447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161447 is #E9EBB8. Grayscale: #1A1A1A. Windows color (decimal): -15330233 or 4658198. OLE color: 4658198.

HSL color Cylindrical-coordinate representation of color #161447: hue angle of 242.35º degrees, saturation: 0.56, 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 #161447 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB222071-
CMYK0.690.7200.72
HSL242.35º56.04%17.84%-
HSV(B)242.35º71.83%27.84%-
XYZ1.721.136.09-
YUV26.41153.16124.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 71 (28.12% from 255) = 62.83%
R=19.47%
G=17.70%
B=62.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2220710.690.7200.72242.3556.0417.84
Hex1614474548048f23812
Octal262410710511001103627022
Binary1011010100100011110001011001000010010001111001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161447; }

 p { color: rgb(22,20,71); }

 H1.HeaderClassName
 {
   color: #161447;
 }
 .AnyTagClassName
 {
   color: #161447;
 }
</style>
background-color css

<style>
 a { background-color: #161447; }

 a { background-color: rgb(22,20,71); }

 div.DivClassName
 {
   background-color: #161447;
 }
 .BgClassName
 {
   background-color: #161447;
 }
</style>
border-color css

<style>
 span { border-color: #161447; }

 span { border-color: rgb(22,20,71); }

 td.TdClassName
 {
   border-color: #161447;
 }
 .TagClassName
 {
   border-color: #161447;
 }
</style>