#181349

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

Shades of Paua #181349

Tints of Paua #181349

Color information

#181349 (or 0x181349) is unknown color: approx Paua. HEX triplet: 18, 13 and 49. RGB value is (24,19,73). Sum of RGB (Red+Green+Blue) = 24+19+73=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #181349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181349 is #E7ECB6. Grayscale: #1A1A1A. Windows color (decimal): -15199415 or 4789016. OLE color: 4789016.

HSL color Cylindrical-coordinate representation of color #181349: hue angle of 245.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181349 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB241973-
CMYK0.670.7400.71
HSL245.56º58.7%18.04%-
HSV(B)245.56º73.97%28.63%-
XYZ1.811.146.43-
YUV26.65154.16126.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 73 (28.91% from 255) = 62.93%
R=20.69%
G=16.38%
B=62.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2419730.670.7400.71245.5658.718.04
Hex181349434A047f63b12
Octal302311110311201073667322
Binary1100010011100100110000111001010010001111111011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181349; }

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

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

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

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

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

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

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

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