#161152

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

Shades of Paua #161152

Tints of Paua #161152

Color information

#161152 (or 0x161152) is unknown color: approx Paua. HEX triplet: 16, 11 and 52. RGB value is (22,17,82). Sum of RGB (Red+Green+Blue) = 22+17+82=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #161152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161152 is #E9EEAD. Grayscale: #191919. Windows color (decimal): -15330990 or 5378326. OLE color: 5378326.

HSL color Cylindrical-coordinate representation of color #161152: hue angle of 244.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #161152 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB221782-
CMYK0.730.7900.68
HSL244.62º65.66%19.41%-
HSV(B)244.62º79.27%32.16%-
XYZ2.051.188.1-
YUV25.9159.66125.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 82 (32.42% from 255) = 67.77%
R=18.18%
G=14.05%
B=67.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2217820.730.7900.68244.6265.6619.41
Hex161152494F044f54213
Octal2621122111117010436510223
Binary10110100011010010100100110011110100010011110101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161152; }

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

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

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

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

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

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

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

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