#181448

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

Shades of Paua #181448

Tints of Paua #181448

Color information

#181448 (or 0x181448) is unknown color: approx Paua. HEX triplet: 18, 14 and 48. RGB value is (24,20,72). Sum of RGB (Red+Green+Blue) = 24+20+72=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #181448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181448 is #E7EBB7. Grayscale: #1A1A1A. Windows color (decimal): -15199160 or 4723736. OLE color: 4723736.

HSL color Cylindrical-coordinate representation of color #181448: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181448 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB242072-
CMYK0.670.7200.72
HSL244.62º56.52%18.04%-
HSV(B)244.62º72.22%28.24%-
XYZ1.81.166.26-
YUV27.12153.33125.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=20.69%
G=17.24%
B=62.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2420720.670.7200.72244.6256.5218.04
Hex1814484348048f53912
Octal302411010311001103657122
Binary1100010100100100010000111001000010010001111010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181448; }

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

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

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

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

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

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

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

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