#181646

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

Shades of Paua #181646

Tints of Paua #181646

Color information

#181646 (or 0x181646) is unknown color: approx Paua. HEX triplet: 18, 16 and 46. RGB value is (24,22,70). Sum of RGB (Red+Green+Blue) = 24+22+70=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #181646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181646 is #E7E9B9. Grayscale: #1B1B1B. Windows color (decimal): -15198650 or 4593176. OLE color: 4593176.

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

Color convert

RGB242270-
CMYK0.660.6900.73
HSL242.5º52.17%18.04%-
HSV(B)242.5º68.57%27.45%-
XYZ1.771.215.93-
YUV28.07151.66125.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 70 (27.73% from 255) = 60.34%
R=20.69%
G=18.97%
B=60.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2422700.660.6900.73242.552.1718.04
Hex1816464245049f23412
Octal302610610210501113626422
Binary1100010110100011010000101000101010010011111001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181646; }

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

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

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

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

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

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

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

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