#203531

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

Shades of Aztec #203531

Tints of Aztec #203531

Color information

#203531 (or 0x203531) is unknown color: approx Aztec. HEX triplet: 20, 35 and 31. RGB value is (32,53,49). Sum of RGB (Red+Green+Blue) = 32+53+49=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #203531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203531 is #DFCACE. Grayscale: #2E2E2E. Windows color (decimal): -14666447 or 3224864. OLE color: 3224864.

HSL color Cylindrical-coordinate representation of color #203531: hue angle of 168.57º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #203531 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB325349-
CMYK0.4000.080.79
HSL168.57º24.71%16.67%-
HSV(B)168.57º39.62%20.78%-
XYZ2.423.083.37-
YUV46.26129.54117.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=23.88%
G=39.55%
B=36.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253490.4000.080.79168.5724.7116.67
Hex20353128084Fa91911
Octal406561500101172513121
Binary100000110101110001101000010001001111101010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203531; }

 p { color: rgb(32,53,49); }

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

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

 a { background-color: rgb(32,53,49); }

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

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

 span { border-color: rgb(32,53,49); }

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