#18144C

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

Shades of Paua #18144C

Tints of Paua #18144C

Color information

#18144C (or 0x18144C) is unknown color: approx Paua. HEX triplet: 18, 14 and 4C. RGB value is (24,20,76). Sum of RGB (Red+Green+Blue) = 24+20+76=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #18144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18144C is #E7EBB3. Grayscale: #1B1B1B. Windows color (decimal): -15199156 or 4985880. OLE color: 4985880.

HSL color Cylindrical-coordinate representation of color #18144C: hue angle of 244.29º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18144C is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB242076-
CMYK0.680.7400.70
HSL244.29º58.33%18.82%-
HSV(B)244.29º73.68%29.8%-
XYZ1.931.226.97-
YUV27.58155.33125.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=20%
G=16.67%
B=63.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2420760.680.7400.70244.2958.3318.82
Hex18144C444A046f43a13
Octal302411410411201063647223
Binary1100010100100110010001001001010010001101111010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18144C; }

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

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

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

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

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

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

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

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