#181745

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

Shades of Paua #181745

Tints of Paua #181745

Color information

#181745 (or 0x181745) is unknown color: approx Paua. HEX triplet: 18, 17 and 45. RGB value is (24,23,69). Sum of RGB (Red+Green+Blue) = 24+23+69=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #181745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181745 is #E7E8BA. Grayscale: #1C1C1C. Windows color (decimal): -15198395 or 4527896. OLE color: 4527896.

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

Color convert

RGB242369-
CMYK0.650.6700.73
HSL241.3º50%18.04%-
HSV(B)241.3º66.67%27.06%-
XYZ1.761.245.78-
YUV28.54150.83124.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 69 (27.34% from 255) = 59.48%
R=20.69%
G=19.83%
B=59.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2423690.650.6700.73241.35018.04
Hex1817454143049f13212
Octal302710510110301113616222
Binary1100010111100010110000011000011010010011111000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181745; }

 p { color: rgb(24,23,69); }

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

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

 a { background-color: rgb(24,23,69); }

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

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

 span { border-color: rgb(24,23,69); }

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