#29244A

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

Shades of Paua #29244A

Tints of Paua #29244A

Color information

#29244A (or 0x29244A) is unknown color: approx Paua. HEX triplet: 29, 24 and 4A. RGB value is (41,36,74). Sum of RGB (Red+Green+Blue) = 41+36+74=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #29244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29244A is #D6DBB5. Grayscale: #292929. Windows color (decimal): -14080950 or 4858921. OLE color: 4858921.

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

Color convert

RGB413674-
CMYK0.450.5100.71
HSL247.89º34.55%21.57%-
HSV(B)247.89º51.35%29.02%-
XYZ2.782.236.76-
YUV41.83146.16127.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=27.15%
G=23.84%
B=49.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4136740.450.5100.71247.8934.5521.57
Hex29244A2D33047f82316
Octal5144112556301073704326
Binary1010011001001001010101101110011010001111111100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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