#273331

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

Shades of Aztec #273331

Tints of Aztec #273331

Color information

#273331 (or 0x273331) is unknown color: approx Aztec. HEX triplet: 27, 33 and 31. RGB value is (39,51,49). Sum of RGB (Red+Green+Blue) = 39+51+49=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 51 - color contains mainly: green. Hex color #273331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273331 is #D8CCCE. Grayscale: #2F2F2F. Windows color (decimal): -14208207 or 3224359. OLE color: 3224359.

HSL color Cylindrical-coordinate representation of color #273331: hue angle of 170º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #273331 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB395149-
CMYK0.2400.040.8
HSL170º13.33%17.65%-
HSV(B)170º23.53%20%-
XYZ2.573.023.35-
YUV47.18129.02122.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.06%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=28.06%
G=36.69%
B=35.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3951490.2400.040.817013.3317.65
Hex273331180450aad12
Octal47636130041202521522
Binary100111110011110001110000100101000010101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273331; }

 p { color: rgb(39,51,49); }

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

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

 a { background-color: rgb(39,51,49); }

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

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

 span { border-color: rgb(39,51,49); }

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