#181047

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

Shades of Paua #181047

Tints of Paua #181047

Color information

#181047 (or 0x181047) is unknown color: approx Paua. HEX triplet: 18, 10 and 47. RGB value is (24,16,71). Sum of RGB (Red+Green+Blue) = 24+16+71=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #181047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181047 is #E7EFB8. Grayscale: #181818. Windows color (decimal): -15200185 or 4657176. OLE color: 4657176.

HSL color Cylindrical-coordinate representation of color #181047: hue angle of 248.73º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181047 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB241671-
CMYK0.660.7700.72
HSL248.73º63.22%17.06%-
HSV(B)248.73º77.46%27.84%-
XYZ1.71.026.07-
YUV24.66154.15127.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.62%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=21.62%
G=14.41%
B=63.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2416710.660.7700.72248.7363.2217.06
Hex181047424D048f93f11
Octal302010710211501103717721
Binary1100010000100011110000101001101010010001111100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181047; }

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

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

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

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

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

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

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

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