#181249

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

Shades of Paua #181249

Tints of Paua #181249

Color information

#181249 (or 0x181249) is unknown color: approx Paua. HEX triplet: 18, 12 and 49. RGB value is (24,18,73). Sum of RGB (Red+Green+Blue) = 24+18+73=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #181249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181249 is #E7EDB6. Grayscale: #191919. Windows color (decimal): -15199671 or 4788760. OLE color: 4788760.

HSL color Cylindrical-coordinate representation of color #181249: hue angle of 246.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181249 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB241873-
CMYK0.670.7500.71
HSL246.55º60.44%17.84%-
HSV(B)246.55º75.34%28.63%-
XYZ1.81.116.42-
YUV26.06154.49126.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=20.87%
G=15.65%
B=63.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2418730.670.7500.71246.5560.4417.84
Hex181249434B047f73c12
Octal302211110311301073677422
Binary1100010010100100110000111001011010001111111011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181249; }

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

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

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

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

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

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

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

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