#161351

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

Shades of Paua #161351

Tints of Paua #161351

Color information

#161351 (or 0x161351) is unknown color: approx Paua. HEX triplet: 16, 13 and 51. RGB value is (22,19,81). Sum of RGB (Red+Green+Blue) = 22+19+81=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #161351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161351 is #E9ECAE. Grayscale: #1A1A1A. Windows color (decimal): -15330479 or 5313302. OLE color: 5313302.

HSL color Cylindrical-coordinate representation of color #161351: hue angle of 242.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161351 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB221981-
CMYK0.730.7700.68
HSL242.9º62%19.61%-
HSV(B)242.9º76.54%31.76%-
XYZ2.051.237.91-
YUV26.96158.49124.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=18.03%
G=15.57%
B=66.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2219810.730.7700.68242.96219.61
Hex161351494D044f33e14
Octal262312111111501043637624
Binary1011010011101000110010011001101010001001111001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161351; }

 p { color: rgb(22,19,81); }

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

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

 a { background-color: rgb(22,19,81); }

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

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

 span { border-color: rgb(22,19,81); }

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