#181044

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

Shades of Paua #181044

Tints of Paua #181044

Color information

#181044 (or 0x181044) is unknown color: approx Paua. HEX triplet: 18, 10 and 44. RGB value is (24,16,68). Sum of RGB (Red+Green+Blue) = 24+16+68=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #181044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181044 is #E7EFBB. Grayscale: #181818. Windows color (decimal): -15200188 or 4460568. OLE color: 4460568.

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

Color convert

RGB241668-
CMYK0.650.7600.73
HSL249.23º61.9%16.47%-
HSV(B)249.23º76.47%26.67%-
XYZ1.610.985.57-
YUV24.32152.65127.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 68 (26.95% from 255) = 62.96%
R=22.22%
G=14.81%
B=62.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2416680.650.7600.73249.2361.916.47
Hex181044414C049f93e10
Octal302010410111401113717620
Binary1100010000100010010000011001100010010011111100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181044; }

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

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

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

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

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

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

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

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