#293432

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

Shades of Aztec #293432

Tints of Aztec #293432

Color information

#293432 (or 0x293432) is unknown color: approx Aztec. HEX triplet: 29, 34 and 32. RGB value is (41,52,50). Sum of RGB (Red+Green+Blue) = 41+52+50=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #293432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293432 is #D6CBCD. Grayscale: #303030. Windows color (decimal): -14076878 or 3290153. OLE color: 3290153.

HSL color Cylindrical-coordinate representation of color #293432: hue angle of 169.09º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #293432 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB415250-
CMYK0.2100.040.80
HSL169.09º11.83%18.24%-
HSV(B)169.09º21.15%20.39%-
XYZ2.723.163.48-
YUV48.48128.86122.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=28.67%
G=36.36%
B=34.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152500.2100.040.80169.0911.8318.24
Hex293432150450a9c12
Octal51646225041202511422
Binary101001110100110010101010100101000010101001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293432; }

 p { color: rgb(41,52,50); }

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

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

 a { background-color: rgb(41,52,50); }

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

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

 span { border-color: rgb(41,52,50); }

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