#29284A

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

Shades of Paua #29284A

Tints of Paua #29284A

Color information

#29284A (or 0x29284A) is unknown color: approx Paua. HEX triplet: 29, 28 and 4A. RGB value is (41,40,74). Sum of RGB (Red+Green+Blue) = 41+40+74=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #29284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29284A is #D6D7B5. Grayscale: #2C2C2C. Windows color (decimal): -14079926 or 4859945. OLE color: 4859945.

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

Color convert

RGB414074-
CMYK0.450.4600.71
HSL241.76º29.82%22.35%-
HSV(B)241.76º45.95%29.02%-
XYZ2.912.486.8-
YUV44.18144.83125.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=26.45%
G=25.81%
B=47.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4140740.450.4600.71241.7629.8222.35
Hex29284A2D2E047f21e16
Octal5150112555601073623626
Binary101001101000100101010110110111001000111111100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29284A; }

 p { color: rgb(41,40,74); }

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

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

 a { background-color: rgb(41,40,74); }

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

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

 span { border-color: rgb(41,40,74); }

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