#181246

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

Shades of Paua #181246

Tints of Paua #181246

Color information

#181246 (or 0x181246) is unknown color: approx Paua. HEX triplet: 18, 12 and 46. RGB value is (24,18,70). Sum of RGB (Red+Green+Blue) = 24+18+70=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #181246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181246 is #E7EDB9. Grayscale: #191919. Windows color (decimal): -15199674 or 4592152. OLE color: 4592152.

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

Color convert

RGB241870-
CMYK0.660.7400.73
HSL246.92º59.09%17.25%-
HSV(B)246.92º74.29%27.45%-
XYZ1.71.075.91-
YUV25.72152.99126.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.43%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 70 (27.73% from 255) = 62.5%
R=21.43%
G=16.07%
B=62.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2418700.660.7400.73246.9259.0917.25
Hex181246424A049f73b11
Octal302210610211201113677321
Binary1100010010100011010000101001010010010011111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181246; }

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

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

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

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

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

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

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

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