#181243

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

Shades of Paua #181243

Tints of Paua #181243

Color information

#181243 (or 0x181243) is unknown color: approx Paua. HEX triplet: 18, 12 and 43. RGB value is (24,18,67). Sum of RGB (Red+Green+Blue) = 24+18+67=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #181243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181243 is #E7EDBC. Grayscale: #191919. Windows color (decimal): -15199677 or 4395544. OLE color: 4395544.

HSL color Cylindrical-coordinate representation of color #181243: hue angle of 247.35º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #181243 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB241867-
CMYK0.640.7300.74
HSL247.35º57.65%16.67%-
HSV(B)247.35º73.13%26.27%-
XYZ1.611.035.42-
YUV25.38151.49127.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 67 (26.56% from 255) = 61.47%
R=22.02%
G=16.51%
B=61.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2418670.640.7300.74247.3557.6516.67
Hex181243404904Af73a11
Octal302210310011101123677221
Binary1100010010100001110000001001001010010101111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181243; }

 p { color: rgb(24,18,67); }

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

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

 a { background-color: rgb(24,18,67); }

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

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

 span { border-color: rgb(24,18,67); }

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