#181043

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

Shades of Paua #181043

Tints of Paua #181043

Color information

#181043 (or 0x181043) is unknown color: approx Paua. HEX triplet: 18, 10 and 43. RGB value is (24,16,67). Sum of RGB (Red+Green+Blue) = 24+16+67=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #181043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181043 is #E7EFBC. Grayscale: #181818. Windows color (decimal): -15200189 or 4395032. OLE color: 4395032.

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

Color convert

RGB241667-
CMYK0.640.7600.74
HSL249.41º61.45%16.27%-
HSV(B)249.41º76.12%26.27%-
XYZ1.580.975.41-
YUV24.21152.15127.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 67 (26.56% from 255) = 62.62%
R=22.43%
G=14.95%
B=62.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2416670.640.7600.74249.4161.4516.27
Hex181043404C04Af93d10
Octal302010310011401123717520
Binary1100010000100001110000001001100010010101111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181043; }

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

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

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

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

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

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

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

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