#161149

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

Shades of Paua #161149

Tints of Paua #161149

Color information

#161149 (or 0x161149) is unknown color: approx Paua. HEX triplet: 16, 11 and 49. RGB value is (22,17,73). Sum of RGB (Red+Green+Blue) = 22+17+73=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #161149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161149 is #E9EEB6. Grayscale: #181818. Windows color (decimal): -15330999 or 4788502. OLE color: 4788502.

HSL color Cylindrical-coordinate representation of color #161149: hue angle of 245.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161149 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB221773-
CMYK0.700.7700.71
HSL245.36º62.22%17.65%-
HSV(B)245.36º76.71%28.63%-
XYZ1.731.056.42-
YUV24.88155.16125.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=19.64%
G=15.18%
B=65.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2217730.700.7700.71245.3662.2217.65
Hex161149464D047f53e12
Octal262111110611501073657622
Binary1011010001100100110001101001101010001111111010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161149; }

 p { color: rgb(22,17,73); }

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

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

 a { background-color: rgb(22,17,73); }

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

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

 span { border-color: rgb(22,17,73); }

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