#29234C

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

Shades of Paua #29234C

Tints of Paua #29234C

Color information

#29234C (or 0x29234C) is unknown color: approx Paua. HEX triplet: 29, 23 and 4C. RGB value is (41,35,76). Sum of RGB (Red+Green+Blue) = 41+35+76=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #29234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29234C is #D6DCB3. Grayscale: #292929. Windows color (decimal): -14081204 or 4989737. OLE color: 4989737.

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

Color convert

RGB413576-
CMYK0.460.5400.70
HSL248.78º36.94%21.76%-
HSV(B)248.78º53.95%29.8%-
XYZ2.822.27.11-
YUV41.47147.49127.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 76 (30.08% from 255) = 50%
R=26.97%
G=23.03%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4135760.460.5400.70248.7836.9421.76
Hex29234C2E36046f92516
Octal5143114566601063714526
Binary1010011000111001100101110110110010001101111100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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