#181644

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

Shades of Paua #181644

Tints of Paua #181644

Color information

#181644 (or 0x181644) is unknown color: approx Paua. HEX triplet: 18, 16 and 44. RGB value is (24,22,68). Sum of RGB (Red+Green+Blue) = 24+22+68=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #181644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181644 is #E7E9BB. Grayscale: #1B1B1B. Windows color (decimal): -15198652 or 4462104. OLE color: 4462104.

HSL color Cylindrical-coordinate representation of color #181644: hue angle of 242.61º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #181644 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB242268-
CMYK0.650.6800.73
HSL242.61º51.11%17.65%-
HSV(B)242.61º67.65%26.67%-
XYZ1.711.195.61-
YUV27.84150.66125.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 68 (26.95% from 255) = 59.65%
R=21.05%
G=19.30%
B=59.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2422680.650.6800.73242.6151.1117.65
Hex1816444144049f33312
Octal302610410110401113636322
Binary1100010110100010010000011000100010010011111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181644; }

 p { color: rgb(24,22,68); }

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

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

 a { background-color: rgb(24,22,68); }

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

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

 span { border-color: rgb(24,22,68); }

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