#181343

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

Shades of Paua #181343

Tints of Paua #181343

Color information

#181343 (or 0x181343) is unknown color: approx Paua. HEX triplet: 18, 13 and 43. RGB value is (24,19,67). Sum of RGB (Red+Green+Blue) = 24+19+67=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #181343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181343 is #E7ECBC. Grayscale: #191919. Windows color (decimal): -15199421 or 4395800. OLE color: 4395800.

HSL color Cylindrical-coordinate representation of color #181343: hue angle of 246.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181343 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB241967-
CMYK0.640.7200.74
HSL246.25º55.81%16.86%-
HSV(B)246.25º71.64%26.27%-
XYZ1.621.075.43-
YUV25.97151.16126.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 67 (26.56% from 255) = 60.91%
R=21.82%
G=17.27%
B=60.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2419670.640.7200.74246.2555.8116.86
Hex181343404804Af63811
Octal302310310011001123667021
Binary1100010011100001110000001001000010010101111011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181343; }

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

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

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

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

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

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

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

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