#292449

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

Shades of Paua #292449

Tints of Paua #292449

Color information

#292449 (or 0x292449) is unknown color: approx Paua. HEX triplet: 29, 24 and 49. RGB value is (41,36,73). Sum of RGB (Red+Green+Blue) = 41+36+73=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #292449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292449 is #D6DBB6. Grayscale: #292929. Windows color (decimal): -14080951 or 4793385. OLE color: 4793385.

HSL color Cylindrical-coordinate representation of color #292449: hue angle of 248.11º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292449 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB413673-
CMYK0.440.5100.71
HSL248.11º33.94%21.37%-
HSV(B)248.11º50.68%28.63%-
XYZ2.752.216.59-
YUV41.71145.66127.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=27.33%
G=24%
B=48.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4136730.440.5100.71248.1133.9421.37
Hex2924492C33047f82215
Octal5144111546301073704225
Binary1010011001001001001101100110011010001111111100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292449; }

 p { color: rgb(41,36,73); }

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

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

 a { background-color: rgb(41,36,73); }

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

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

 span { border-color: rgb(41,36,73); }

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