#181442

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

Shades of Paua #181442

Tints of Paua #181442

Color information

#181442 (or 0x181442) is unknown color: approx Paua. HEX triplet: 18, 14 and 42. RGB value is (24,20,66). Sum of RGB (Red+Green+Blue) = 24+20+66=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #181442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181442 is #E7EBBD. Grayscale: #1A1A1A. Windows color (decimal): -15199166 or 4330520. OLE color: 4330520.

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

Color convert

RGB242066-
CMYK0.640.7000.74
HSL245.22º53.49%16.86%-
HSV(B)245.22º69.7%25.88%-
XYZ1.611.095.28-
YUV26.44150.33126.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 66 (26.17% from 255) = 60%
R=21.82%
G=18.18%
B=60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2420660.640.7000.74245.2253.4916.86
Hex181442404604Af53511
Octal302410210010601123656521
Binary1100010100100001010000001000110010010101111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181442; }

 p { color: rgb(24,20,66); }

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

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

 a { background-color: rgb(24,20,66); }

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

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

 span { border-color: rgb(24,20,66); }

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