#161248

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

Shades of Paua #161248

Tints of Paua #161248

Color information

#161248 (or 0x161248) is unknown color: approx Paua. HEX triplet: 16, 12 and 48. RGB value is (22,18,72). Sum of RGB (Red+Green+Blue) = 22+18+72=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #161248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161248 is #E9EDB7. Grayscale: #191919. Windows color (decimal): -15330744 or 4723222. OLE color: 4723222.

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

Color convert

RGB221872-
CMYK0.690.7500.72
HSL244.44º60%17.65%-
HSV(B)244.44º75%28.24%-
XYZ1.721.076.25-
YUV25.35154.33125.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=19.64%
G=16.07%
B=64.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2218720.690.7500.72244.446017.65
Hex161248454B048f43c12
Octal262211010511301103647422
Binary1011010010100100010001011001011010010001111010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161248; }

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

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

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

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

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

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

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

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