#181649

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

Shades of Paua #181649

Tints of Paua #181649

Color information

#181649 (or 0x181649) is unknown color: approx Paua. HEX triplet: 18, 16 and 49. RGB value is (24,22,73). Sum of RGB (Red+Green+Blue) = 24+22+73=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #181649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181649 is #E7E9B6. Grayscale: #1C1C1C. Windows color (decimal): -15198647 or 4789784. OLE color: 4789784.

HSL color Cylindrical-coordinate representation of color #181649: hue angle of 242.35º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181649 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB242273-
CMYK0.670.7000.71
HSL242.35º53.68%18.63%-
HSV(B)242.35º69.86%28.63%-
XYZ1.871.256.45-
YUV28.41153.16124.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 73 (28.91% from 255) = 61.34%
R=20.17%
G=18.49%
B=61.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2422730.670.7000.71242.3553.6818.63
Hex1816494346047f23613
Octal302611110310601073626623
Binary1100010110100100110000111000110010001111111001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181649; }

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

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

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

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

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

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

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

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