#181340

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

Shades of Paua #181340

Tints of Paua #181340

Color information

#181340 (or 0x181340) is unknown color: approx Paua. HEX triplet: 18, 13 and 40. RGB value is (24,19,64). Sum of RGB (Red+Green+Blue) = 24+19+64=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #181340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181340 is #E7ECBF. Grayscale: #191919. Windows color (decimal): -15199424 or 4199192. OLE color: 4199192.

HSL color Cylindrical-coordinate representation of color #181340: hue angle of 246.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181340 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB241964-
CMYK0.620.7000.75
HSL246.67º54.22%16.27%-
HSV(B)246.67º70.31%25.1%-
XYZ1.531.034.97-
YUV25.62149.66126.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=22.43%
G=17.76%
B=59.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2419640.620.7000.75246.6754.2216.27
Hex1813403E4604Bf73610
Octal30231007610601133676620
Binary110001001110000001111101000110010010111111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181340; }

 p { color: rgb(24,19,64); }

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

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

 a { background-color: rgb(24,19,64); }

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

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

 span { border-color: rgb(24,19,64); }

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