#292249

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

Shades of Paua #292249

Tints of Paua #292249

Color information

#292249 (or 0x292249) is unknown color: approx Paua. HEX triplet: 29, 22 and 49. RGB value is (41,34,73). Sum of RGB (Red+Green+Blue) = 41+34+73=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #292249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292249 is #D6DDB6. Grayscale: #282828. Windows color (decimal): -14081463 or 4792873. OLE color: 4792873.

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

Color convert

RGB413473-
CMYK0.440.5300.71
HSL250.77º36.45%20.98%-
HSV(B)250.77º53.42%28.63%-
XYZ2.692.16.57-
YUV40.54146.32128.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=27.70%
G=22.97%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4134730.440.5300.71250.7736.4520.98
Hex2922492C35047fb2415
Octal5142111546501073734425
Binary1010011000101001001101100110101010001111111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292249; }

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

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

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

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

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

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

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

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