#161040

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

Shades of Paua #161040

Tints of Paua #161040

Color information

#161040 (or 0x161040) is unknown color: approx Paua. HEX triplet: 16, 10 and 40. RGB value is (22,16,64). Sum of RGB (Red+Green+Blue) = 22+16+64=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #161040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161040 is #E9EFBF. Grayscale: #171717. Windows color (decimal): -15331264 or 4198422. OLE color: 4198422.

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

Color convert

RGB221664-
CMYK0.660.7500.75
HSL247.5º60%15.69%-
HSV(B)247.5º75%25.1%-
XYZ1.440.914.95-
YUV23.27150.99127.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.57%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 64 (25.39% from 255) = 62.75%
R=21.57%
G=15.69%
B=62.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2216640.660.7500.75247.56015.69
Hex161040424B04Bf83c10
Octal262010010211301133707420
Binary1011010000100000010000101001011010010111111100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161040; }

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

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

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

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

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

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

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

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