#181143

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

Shades of Paua #181143

Tints of Paua #181143

Color information

#181143 (or 0x181143) is unknown color: approx Paua. HEX triplet: 18, 11 and 43. RGB value is (24,17,67). Sum of RGB (Red+Green+Blue) = 24+17+67=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #181143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181143 is #E7EEBC. Grayscale: #181818. Windows color (decimal): -15199933 or 4395288. OLE color: 4395288.

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

Color convert

RGB241767-
CMYK0.640.7500.74
HSL248.4º59.52%16.47%-
HSV(B)248.4º74.63%26.27%-
XYZ1.5915.42-
YUV24.79151.82127.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 67 (26.56% from 255) = 62.04%
R=22.22%
G=15.74%
B=62.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2417670.640.7500.74248.459.5216.47
Hex181143404B04Af83c10
Octal302110310011301123707420
Binary1100010001100001110000001001011010010101111100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181143; }

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

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

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

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

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

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

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

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