#181341

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

Shades of Paua #181341

Tints of Paua #181341

Color information

#181341 (or 0x181341) is unknown color: approx Paua. HEX triplet: 18, 13 and 41. RGB value is (24,19,65). Sum of RGB (Red+Green+Blue) = 24+19+65=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #181341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181341 is #E7ECBE. Grayscale: #191919. Windows color (decimal): -15199423 or 4264728. OLE color: 4264728.

HSL color Cylindrical-coordinate representation of color #181341: hue angle of 246.52º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #181341 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB241965-
CMYK0.630.7100.75
HSL246.52º54.76%16.47%-
HSV(B)246.52º70.77%25.49%-
XYZ1.561.045.12-
YUV25.74150.16126.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=22.22%
G=17.59%
B=60.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2419650.630.7100.75246.5254.7616.47
Hex1813413F4704Bf73710
Octal30231017710701133676720
Binary110001001110000011111111000111010010111111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181341; }

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

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

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

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

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

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

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

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