#161240

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

Shades of Paua #161240

Tints of Paua #161240

Color information

#161240 (or 0x161240) is unknown color: approx Paua. HEX triplet: 16, 12 and 40. RGB value is (22,18,64). Sum of RGB (Red+Green+Blue) = 22+18+64=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #161240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161240 is #E9EDBF. Grayscale: #181818. Windows color (decimal): -15330752 or 4198934. OLE color: 4198934.

HSL color Cylindrical-coordinate representation of color #161240: hue angle of 245.22º degrees, saturation: 0.56, 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 #161240 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB221864-
CMYK0.660.7200.75
HSL245.22º56.1%16.08%-
HSV(B)245.22º71.88%25.1%-
XYZ1.470.974.96-
YUV24.44150.33126.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=21.15%
G=17.31%
B=61.54%

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
Decimal2218640.660.7200.75245.2256.116.08
Hex161240424804Bf53810
Octal262210010211001133657020
Binary1011010010100000010000101001000010010111111010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161240; }

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

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

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

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

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

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

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

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