#181447

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

Shades of Paua #181447

Tints of Paua #181447

Color information

#181447 (or 0x181447) is unknown color: approx Paua. HEX triplet: 18, 14 and 47. RGB value is (24,20,71). Sum of RGB (Red+Green+Blue) = 24+20+71=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #181447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181447 is #E7EBB8. Grayscale: #1A1A1A. Windows color (decimal): -15199161 or 4658200. OLE color: 4658200.

HSL color Cylindrical-coordinate representation of color #181447: hue angle of 244.71º degrees, saturation: 0.56, 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 #181447 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB242071-
CMYK0.660.7200.72
HSL244.71º56.04%17.84%-
HSV(B)244.71º71.83%27.84%-
XYZ1.761.156.09-
YUV27.01152.83125.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=20.87%
G=17.39%
B=61.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2420710.660.7200.72244.7156.0417.84
Hex1814474248048f53812
Octal302410710211001103657022
Binary1100010100100011110000101001000010010001111010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181447; }

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

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

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

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

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

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

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

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