#293533

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

Shades of Aztec #293533

Tints of Aztec #293533

Color information

#293533 (or 0x293533) is unknown color: approx Aztec. HEX triplet: 29, 35 and 33. RGB value is (41,53,51). Sum of RGB (Red+Green+Blue) = 41+53+51=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 53 - color contains mainly: green. Hex color #293533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293533 is #D6CACC. Grayscale: #313131. Windows color (decimal): -14076621 or 3355945. OLE color: 3355945.

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

Color convert

RGB415351-
CMYK0.2300.040.79
HSL170º12.77%18.43%-
HSV(B)170º22.64%20.78%-
XYZ2.793.263.61-
YUV49.18129.02122.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=28.28%
G=36.55%
B=35.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153510.2300.040.7917012.7718.43
Hex29353317044Faad12
Octal51656327041172521522
Binary101001110101110011101110100100111110101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293533; }

 p { color: rgb(41,53,51); }

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

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

 a { background-color: rgb(41,53,51); }

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

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

 span { border-color: rgb(41,53,51); }

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