#181348

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

Shades of Paua #181348

Tints of Paua #181348

Color information

#181348 (or 0x181348) is unknown color: approx Paua. HEX triplet: 18, 13 and 48. RGB value is (24,19,72). Sum of RGB (Red+Green+Blue) = 24+19+72=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #181348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181348 is #E7ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15199416 or 4723480. OLE color: 4723480.

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

Color convert

RGB241972-
CMYK0.670.7400.72
HSL245.66º58.24%17.84%-
HSV(B)245.66º73.61%28.24%-
XYZ1.781.136.25-
YUV26.54153.66126.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=20.87%
G=16.52%
B=62.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2419720.670.7400.72245.6658.2417.84
Hex181348434A048f63a12
Octal302311010311201103667222
Binary1100010011100100010000111001010010010001111011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181348; }

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

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

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

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

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

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

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

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