#29234B

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

Shades of Paua #29234B

Tints of Paua #29234B

Color information

#29234B (or 0x29234B) is unknown color: approx Paua. HEX triplet: 29, 23 and 4B. RGB value is (41,35,75). Sum of RGB (Red+Green+Blue) = 41+35+75=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #29234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29234B is #D6DCB4. Grayscale: #292929. Windows color (decimal): -14081205 or 4924201. OLE color: 4924201.

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

Color convert

RGB413575-
CMYK0.450.5300.71
HSL249º36.36%21.57%-
HSV(B)249º53.33%29.41%-
XYZ2.792.186.93-
YUV41.35146.99127.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=27.15%
G=23.18%
B=49.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4135750.450.5300.7124936.3621.57
Hex29234B2D35047f92416
Octal5143113556501073714426
Binary1010011000111001011101101110101010001111111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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