#161346

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

Shades of Paua #161346

Tints of Paua #161346

Color information

#161346 (or 0x161346) is unknown color: approx Paua. HEX triplet: 16, 13 and 46. RGB value is (22,19,70). Sum of RGB (Red+Green+Blue) = 22+19+70=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #161346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161346 is #E9ECB9. Grayscale: #191919. Windows color (decimal): -15330490 or 4592406. OLE color: 4592406.

HSL color Cylindrical-coordinate representation of color #161346: hue angle of 243.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161346 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB221970-
CMYK0.690.7300.73
HSL243.53º57.3%17.45%-
HSV(B)243.53º72.86%27.45%-
XYZ1.671.085.91-
YUV25.71152.99125.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 70 (27.73% from 255) = 63.06%
R=19.82%
G=17.12%
B=63.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2219700.690.7300.73243.5357.317.45
Hex1613464549049f43911
Octal262310610511101113647121
Binary1011010011100011010001011001001010010011111010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161346; }

 p { color: rgb(22,19,70); }

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

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

 a { background-color: rgb(22,19,70); }

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

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

 span { border-color: rgb(22,19,70); }

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