#181440

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

Shades of Paua #181440

Tints of Paua #181440

Color information

#181440 (or 0x181440) is unknown color: approx Paua. HEX triplet: 18, 14 and 40. RGB value is (24,20,64). Sum of RGB (Red+Green+Blue) = 24+20+64=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #181440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181440 is #E7EBBF. Grayscale: #1A1A1A. Windows color (decimal): -15199168 or 4199448. OLE color: 4199448.

HSL color Cylindrical-coordinate representation of color #181440: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #181440 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB242064-
CMYK0.620.6900.75
HSL245.45º52.38%16.47%-
HSV(B)245.45º68.75%25.1%-
XYZ1.551.064.97-
YUV26.21149.33126.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=22.22%
G=18.52%
B=59.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2420640.620.6900.75245.4552.3816.47
Hex1814403E4504Bf53410
Octal30241007610501133656420
Binary110001010010000001111101000101010010111111010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181440; }

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

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

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

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

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

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

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

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