#161241

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

Shades of Paua #161241

Tints of Paua #161241

Color information

#161241 (or 0x161241) is unknown color: approx Paua. HEX triplet: 16, 12 and 41. RGB value is (22,18,65). Sum of RGB (Red+Green+Blue) = 22+18+65=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #161241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161241 is #E9EDBE. Grayscale: #181818. Windows color (decimal): -15330751 or 4264470. OLE color: 4264470.

HSL color Cylindrical-coordinate representation of color #161241: hue angle of 245.11º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161241 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB221865-
CMYK0.660.7200.75
HSL245.11º56.63%16.27%-
HSV(B)245.11º72.31%25.49%-
XYZ1.50.985.11-
YUV24.55150.83126.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=20.95%
G=17.14%
B=61.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2218650.660.7200.75245.1156.6316.27
Hex161241424804Bf53910
Octal262210110211001133657120
Binary1011010010100000110000101001000010010111111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161241; }

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

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

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

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

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

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

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

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