#293534

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

Shades of Aztec #293534

Tints of Aztec #293534

Color information

#293534 (or 0x293534) is unknown color: approx Aztec. HEX triplet: 29, 35 and 34. RGB value is (41,53,52). Sum of RGB (Red+Green+Blue) = 41+53+52=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 53 - color contains mainly: green. Hex color #293534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293534 is #D6CACB. Grayscale: #313131. Windows color (decimal): -14076620 or 3421481. OLE color: 3421481.

HSL color Cylindrical-coordinate representation of color #293534: hue angle of 175º 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 #293534 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB415352-
CMYK0.2300.020.79
HSL175º12.77%18.43%-
HSV(B)175º22.64%20.78%-
XYZ2.813.273.73-
YUV49.3129.52122.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=28.08%
G=36.30%
B=35.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153520.2300.020.7917512.7718.43
Hex29353417024Fafd12
Octal51656427021172571522
Binary10100111010111010010111010100111110101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293534; }

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

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

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

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

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

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

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

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