#343A39

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

Shades of Aztec #343A39

Tints of Aztec #343A39

Color information

#343A39 (or 0x343A39) is unknown color: approx Aztec. HEX triplet: 34, 3A and 39. RGB value is (52,58,57). Sum of RGB (Red+Green+Blue) = 52+58+57=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 58 - color contains mainly: green. Hex color #343A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A39 is #CBC5C6. Grayscale: #383838. Windows color (decimal): -13354439 or 3750452. OLE color: 3750452.

HSL color Cylindrical-coordinate representation of color #343A39: hue angle of 170º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #343A39 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB525857-
CMYK0.1000.020.77
HSL170º5.45%21.57%-
HSV(B)170º10.34%22.75%-
XYZ3.674.054.46-
YUV56.09128.51125.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=31.14%
G=34.73%
B=34.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258570.1000.020.771705.4521.57
Hex343A39A024Daa516
Octal6472711202115252526
Binary110100111010111001101001010011011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343A39; }

 p { color: rgb(52,58,57); }

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

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

 a { background-color: rgb(52,58,57); }

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

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

 span { border-color: rgb(52,58,57); }

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