#273130

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

Shades of Aztec #273130

Tints of Aztec #273130

Color information

#273130 (or 0x273130) is unknown color: approx Aztec. HEX triplet: 27, 31 and 30. RGB value is (39,49,48). Sum of RGB (Red+Green+Blue) = 39+49+48=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #273130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273130 is #D8CECF. Grayscale: #2D2D2D. Windows color (decimal): -14208720 or 3158311. OLE color: 3158311.

HSL color Cylindrical-coordinate representation of color #273130: hue angle of 174º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #273130 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB394948-
CMYK0.2000.020.81
HSL174º11.36%17.25%-
HSV(B)174º20.41%19.22%-
XYZ2.472.843.21-
YUV45.9129.19123.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.68%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=28.68%
G=36.03%
B=35.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949480.2000.020.8117411.3617.25
Hex273130140251aeb11
Octal47616024021212561321
Binary10011111000111000010100010101000110101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273130; }

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

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

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

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

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

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

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

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