#292749

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

Shades of Paua #292749

Tints of Paua #292749

Color information

#292749 (or 0x292749) is unknown color: approx Paua. HEX triplet: 29, 27 and 49. RGB value is (41,39,73). Sum of RGB (Red+Green+Blue) = 41+39+73=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #292749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292749 is #D6D8B6. Grayscale: #2B2B2B. Windows color (decimal): -14080183 or 4794153. OLE color: 4794153.

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

Color convert

RGB413973-
CMYK0.440.4700.71
HSL243.53º30.36%21.96%-
HSV(B)243.53º46.58%28.63%-
XYZ2.842.46.62-
YUV43.47144.66126.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=26.80%
G=25.49%
B=47.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4139730.440.4700.71243.5330.3621.96
Hex2927492C2F047f41e16
Octal5147111545701073643626
Binary101001100111100100110110010111101000111111101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292749; }

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

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

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

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

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

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

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

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