#161243

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

Shades of Paua #161243

Tints of Paua #161243

Color information

#161243 (or 0x161243) is unknown color: approx Paua. HEX triplet: 16, 12 and 43. RGB value is (22,18,67). Sum of RGB (Red+Green+Blue) = 22+18+67=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #161243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161243 is #E9EDBC. Grayscale: #181818. Windows color (decimal): -15330749 or 4395542. OLE color: 4395542.

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

Color convert

RGB221867-
CMYK0.670.7300.74
HSL244.9º57.65%16.67%-
HSV(B)244.9º73.13%26.27%-
XYZ1.561.015.42-
YUV24.78151.83126.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 67 (26.56% from 255) = 62.62%
R=20.56%
G=16.82%
B=62.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2218670.670.7300.74244.957.6516.67
Hex161243434904Af53a11
Octal262210310311101123657221
Binary1011010010100001110000111001001010010101111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161243; }

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

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

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

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

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

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

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

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