#29204C

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

Shades of Paua #29204C

Tints of Paua #29204C

Color information

#29204C (or 0x29204C) is unknown color: approx Paua. HEX triplet: 29, 20 and 4C. RGB value is (41,32,76). Sum of RGB (Red+Green+Blue) = 41+32+76=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #29204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29204C is #D6DFB3. Grayscale: #272727. Windows color (decimal): -14081972 or 4988969. OLE color: 4988969.

HSL color Cylindrical-coordinate representation of color #29204C: hue angle of 252.27º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29204C is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB413276-
CMYK0.460.5800.70
HSL252.27º40.74%21.18%-
HSV(B)252.27º57.89%29.8%-
XYZ2.742.037.08-
YUV39.71148.48128.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=27.52%
G=21.48%
B=51.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4132760.460.5800.70252.2740.7421.18
Hex29204C2E3A046fc2915
Octal5140114567201063745125
Binary1010011000001001100101110111010010001101111110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29204C; }

 p { color: rgb(41,32,76); }

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

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

 a { background-color: rgb(41,32,76); }

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

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

 span { border-color: rgb(41,32,76); }

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