#181144

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

Shades of Paua #181144

Tints of Paua #181144

Color information

#181144 (or 0x181144) is unknown color: approx Paua. HEX triplet: 18, 11 and 44. RGB value is (24,17,68). Sum of RGB (Red+Green+Blue) = 24+17+68=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #181144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181144 is #E7EEBB. Grayscale: #181818. Windows color (decimal): -15199932 or 4460824. OLE color: 4460824.

HSL color Cylindrical-coordinate representation of color #181144: hue angle of 248.24º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181144 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB241768-
CMYK0.650.7500.73
HSL248.24º60%16.67%-
HSV(B)248.24º75%26.67%-
XYZ1.621.015.58-
YUV24.91152.32127.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 68 (26.95% from 255) = 62.39%
R=22.02%
G=15.60%
B=62.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2417680.650.7500.73248.246016.67
Hex181144414B049f83c11
Octal302110410111301113707421
Binary1100010001100010010000011001011010010011111100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181144; }

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

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

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

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

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

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

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

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