#161143

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

Shades of Paua #161143

Tints of Paua #161143

Color information

#161143 (or 0x161143) is unknown color: approx Paua. HEX triplet: 16, 11 and 43. RGB value is (22,17,67). Sum of RGB (Red+Green+Blue) = 22+17+67=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #161143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161143 is #E9EEBC. Grayscale: #181818. Windows color (decimal): -15331005 or 4395286. OLE color: 4395286.

HSL color Cylindrical-coordinate representation of color #161143: hue angle of 246º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161143 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB221767-
CMYK0.670.7500.74
HSL246º59.52%16.47%-
HSV(B)246º74.63%26.27%-
XYZ1.540.985.42-
YUV24.2152.16126.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 67 (26.56% from 255) = 63.21%
R=20.75%
G=16.04%
B=63.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2217670.670.7500.7424659.5216.47
Hex161143434B04Af63c10
Octal262110310311301123667420
Binary1011010001100001110000111001011010010101111011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161143; }

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

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

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

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

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

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

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

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