#161048

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

Shades of Paua #161048

Tints of Paua #161048

Color information

#161048 (or 0x161048) is unknown color: approx Paua. HEX triplet: 16, 10 and 48. RGB value is (22,16,72). Sum of RGB (Red+Green+Blue) = 22+16+72=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #161048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161048 is #E9EFB7. Grayscale: #171717. Windows color (decimal): -15331256 or 4722710. OLE color: 4722710.

HSL color Cylindrical-coordinate representation of color #161048: hue angle of 246.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161048 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB221672-
CMYK0.690.7800.72
HSL246.43º63.64%17.25%-
HSV(B)246.43º77.78%28.24%-
XYZ1.691.016.24-
YUV24.18154.99126.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=20%
G=14.55%
B=65.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2216720.690.7800.72246.4363.6417.25
Hex161048454E048f64011
Octal2620110105116011036610021
Binary10110100001001000100010110011100100100011110110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161048; }

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

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

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

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

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

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

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

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