#203431

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

Shades of Aztec #203431

Tints of Aztec #203431

Color information

#203431 (or 0x203431) is unknown color: approx Aztec. HEX triplet: 20, 34 and 31. RGB value is (32,52,49). Sum of RGB (Red+Green+Blue) = 32+52+49=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #203431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203431 is #DFCBCE. Grayscale: #2D2D2D. Windows color (decimal): -14666703 or 3224608. OLE color: 3224608.

HSL color Cylindrical-coordinate representation of color #203431: hue angle of 171º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #203431 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB325249-
CMYK0.3800.060.80
HSL171º23.81%16.47%-
HSV(B)171º38.46%20.39%-
XYZ2.382.983.36-
YUV45.68129.87118.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=24.06%
G=39.10%
B=36.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252490.3800.060.8017123.8116.47
Hex203431260650ab1810
Octal40646146061202533020
Binary10000011010011000110011001101010000101010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203431; }

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

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

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

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

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

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

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

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