#293935

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

Shades of Aztec #293935

Tints of Aztec #293935

Color information

#293935 (or 0x293935) is unknown color: approx Aztec. HEX triplet: 29, 39 and 35. RGB value is (41,57,53). Sum of RGB (Red+Green+Blue) = 41+57+53=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 57 - color contains mainly: green. Hex color #293935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293935 is #D6C6CA. Grayscale: #333333. Windows color (decimal): -14075595 or 3488041. OLE color: 3488041.

HSL color Cylindrical-coordinate representation of color #293935: hue angle of 165º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293935 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB415753-
CMYK0.2800.070.78
HSL165º16.33%19.22%-
HSV(B)165º28.07%22.35%-
XYZ3.023.653.91-
YUV51.76128.7120.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=27.15%
G=37.75%
B=35.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157530.2800.070.7816516.3319.22
Hex2939351C074Ea51013
Octal51716534071162452023
Binary1010011110011101011110001111001110101001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293935; }

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

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

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

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

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

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

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

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