#273532

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

Shades of Aztec #273532

Tints of Aztec #273532

Color information

#273532 (or 0x273532) is unknown color: approx Aztec. HEX triplet: 27, 35 and 32. RGB value is (39,53,50). Sum of RGB (Red+Green+Blue) = 39+53+50=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 53 - color contains mainly: green. Hex color #273532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273532 is #D8CACD. Grayscale: #303030. Windows color (decimal): -14207694 or 3290407. OLE color: 3290407.

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

Color convert

RGB395350-
CMYK0.2600.060.79
HSL167.14º15.22%18.04%-
HSV(B)167.14º26.42%20.78%-
XYZ2.693.213.5-
YUV48.47128.86121.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=27.46%
G=37.32%
B=35.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3953500.2600.060.79167.1415.2218.04
Hex2735321A064Fa7f12
Octal47656232061172471722
Binary100111110101110010110100110100111110100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273532; }

 p { color: rgb(39,53,50); }

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

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

 a { background-color: rgb(39,53,50); }

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

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

 span { border-color: rgb(39,53,50); }

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