#161148

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

Shades of Paua #161148

Tints of Paua #161148

Color information

#161148 (or 0x161148) is unknown color: approx Paua. HEX triplet: 16, 11 and 48. RGB value is (22,17,72). Sum of RGB (Red+Green+Blue) = 22+17+72=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #161148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161148 is #E9EEB7. Grayscale: #181818. Windows color (decimal): -15331000 or 4722966. OLE color: 4722966.

HSL color Cylindrical-coordinate representation of color #161148: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161148 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB221772-
CMYK0.690.7600.72
HSL245.45º61.8%17.45%-
HSV(B)245.45º76.39%28.24%-
XYZ1.71.046.24-
YUV24.76154.66126.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=19.82%
G=15.32%
B=64.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2217720.690.7600.72245.4561.817.45
Hex161148454C048f53e11
Octal262111010511401103657621
Binary1011010001100100010001011001100010010001111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161148; }

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

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

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

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

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

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

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

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