#181441

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

Shades of Paua #181441

Tints of Paua #181441

Color information

#181441 (or 0x181441) is unknown color: approx Paua. HEX triplet: 18, 14 and 41. RGB value is (24,20,65). Sum of RGB (Red+Green+Blue) = 24+20+65=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #181441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181441 is #E7EBBE. Grayscale: #1A1A1A. Windows color (decimal): -15199167 or 4264984. OLE color: 4264984.

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

Color convert

RGB242065-
CMYK0.630.6900.75
HSL245.33º52.94%16.67%-
HSV(B)245.33º69.23%25.49%-
XYZ1.581.085.13-
YUV26.33149.83126.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=22.02%
G=18.35%
B=59.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2420650.630.6900.75245.3352.9416.67
Hex1814413F4504Bf53511
Octal30241017710501133656521
Binary110001010010000011111111000101010010111111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181441; }

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

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

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

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

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

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

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

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