#273534

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

Shades of Aztec #273534

Tints of Aztec #273534

Color information

#273534 (or 0x273534) is unknown color: approx Aztec. HEX triplet: 27, 35 and 34. RGB value is (39,53,52). Sum of RGB (Red+Green+Blue) = 39+53+52=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #273534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273534 is #D8CACB. Grayscale: #303030. Windows color (decimal): -14207692 or 3421479. OLE color: 3421479.

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

Color convert

RGB395352-
CMYK0.2600.020.79
HSL175.71º15.22%18.04%-
HSV(B)175.71º26.42%20.78%-
XYZ2.733.233.73-
YUV48.7129.86121.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=27.08%
G=36.81%
B=36.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3953520.2600.020.79175.7115.2218.04
Hex2735341A024Fb0f12
Octal47656432021172601722
Binary10011111010111010011010010100111110110000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273534; }

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

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

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

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

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

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

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

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