#203532

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

Shades of Aztec #203532

Tints of Aztec #203532

Color information

#203532 (or 0x203532) is unknown color: approx Aztec. HEX triplet: 20, 35 and 32. RGB value is (32,53,50). Sum of RGB (Red+Green+Blue) = 32+53+50=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #203532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203532 is #DFCACD. Grayscale: #2E2E2E. Windows color (decimal): -14666446 or 3290400. OLE color: 3290400.

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

Color convert

RGB325350-
CMYK0.4000.060.79
HSL171.43º24.71%16.67%-
HSV(B)171.43º39.62%20.78%-
XYZ2.443.083.48-
YUV46.38130.04117.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=23.70%
G=39.26%
B=37.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253500.4000.060.79171.4324.7116.67
Hex20353228064Fab1911
Octal40656250061172533121
Binary10000011010111001010100001101001111101010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203532; }

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

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

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

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

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

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

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

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